#A848CD

Color #A848CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A848CD

Tints of Medium Orchid #A848CD

Color information

#A848CD (or 0xA848CD) is unknown color: approx Medium Orchid. HEX triplet: A8, 48 and CD. RGB value is (168,72,205). Sum of RGB (Red+Green+Blue) = 168+72+205=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A848CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A848CD is #57B732. Grayscale: #737373. Windows color (decimal): -5748531 or 13453480. OLE color: 13453480.

HSL color Cylindrical-coordinate representation of color #A848CD: hue angle of 283.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A848CD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16872205-
CMYK0.180.6500.20
HSL283.31º57.08%54.31%-
HSV(B)283.31º64.88%80.39%-
XYZ29.4917.3759.56-
YUV115.87178.3165.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=37.75%
G=16.18%
B=46.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168722050.180.6500.20283.3157.0854.31
HexA848CD124101411b3936
Octal250110315221010244337166
Binary10101000100100011001101100101000001010100100011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A848CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A848CD; }

 p { color: rgb(168,72,205); }

 H1.HeaderClassName
 {
   color: #A848CD;
 }
 .AnyTagClassName
 {
   color: #A848CD;
 }
</style>
background-color css

<style>
 a { background-color: #A848CD; }

 a { background-color: rgb(168,72,205); }

 div.DivClassName
 {
   background-color: #A848CD;
 }
 .BgClassName
 {
   background-color: #A848CD;
 }
</style>
border-color css

<style>
 span { border-color: #A848CD; }

 span { border-color: rgb(168,72,205); }

 td.TdClassName
 {
   border-color: #A848CD;
 }
 .TagClassName
 {
   border-color: #A848CD;
 }
</style>