#A642D7

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

Shades of Dark Orchid #A642D7

Tints of Dark Orchid #A642D7

Color information

#A642D7 (or 0xA642D7) is unknown color: approx Dark Orchid. HEX triplet: A6, 42 and D7. RGB value is (166,66,215). Sum of RGB (Red+Green+Blue) = 166+66+215=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #A642D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642D7 is #59BD28. Grayscale: #707070. Windows color (decimal): -5881129 or 14107302. OLE color: 14107302.

HSL color Cylindrical-coordinate representation of color #A642D7: hue angle of 280.27º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A642D7 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16666215-
CMYK0.230.6900.16
HSL280.27º65.07%55.1%-
HSV(B)280.27º69.3%84.31%-
XYZ29.9416.9165.98-
YUV112.89185.63165.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 66 (26.17% from 255) = 14.77%
BLUE value IS 215 (84.38% from 255) = 48.10%
R=37.14%
G=14.77%
B=48.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166662150.230.6900.16280.2765.0755.1
HexA642D717450101184137
Octal2461023272710502043010167
Binary101001101000010110101111011110001010100001000110001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A642D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A642D7; }

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

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

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

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

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

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

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

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