#A642CD

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

Shades of Dark Orchid #A642CD

Tints of Dark Orchid #A642CD

Color information

#A642CD (or 0xA642CD) is unknown color: approx Dark Orchid. HEX triplet: A6, 42 and CD. RGB value is (166,66,205). Sum of RGB (Red+Green+Blue) = 166+66+205=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A642CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CD is #59BD32. Grayscale: #6F6F6F. Windows color (decimal): -5881139 or 13451942. OLE color: 13451942.

HSL color Cylindrical-coordinate representation of color #A642CD: hue angle of 283.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A642CD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16666205-
CMYK0.190.6800.20
HSL283.17º58.16%53.14%-
HSV(B)283.17º67.8%80.39%-
XYZ28.6916.4159.41-
YUV111.75180.63166.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=37.99%
G=15.10%
B=46.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166662050.190.6800.20283.1758.1653.14
HexA642CD134401411b3a35
Octal246102315231040244337265
Binary10100110100001011001101100111000100010100100011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642CD; }

 p { color: rgb(166,66,205); }

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

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

 a { background-color: rgb(166,66,205); }

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

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

 span { border-color: rgb(166,66,205); }

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