#A845CC

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

Shades of Dark Orchid #A845CC

Tints of Dark Orchid #A845CC

Color information

#A845CC (or 0xA845CC) is unknown color: approx Dark Orchid. HEX triplet: A8, 45 and CC. RGB value is (168,69,204). Sum of RGB (Red+Green+Blue) = 168+69+204=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A845CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CC is #57BA33. Grayscale: #717171. Windows color (decimal): -5749300 or 13387176. OLE color: 13387176.

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

Color convert

RGB16869204-
CMYK0.180.6600.2
HSL284º56.96%53.53%-
HSV(B)284º66.18%80%-
XYZ29.1816.9458.86-
YUV113.99178.8166.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=38.10%
G=15.65%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168692040.180.6600.228456.9653.53
HexA845CC124201411c3936
Octal250105314221020244347166
Binary10101000100010111001100100101000010010100100011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845CC; }

 p { color: rgb(168,69,204); }

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

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

 a { background-color: rgb(168,69,204); }

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

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

 span { border-color: rgb(168,69,204); }

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