#A626D6

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

Shades of Dark Orchid #A626D6

Tints of Dark Orchid #A626D6

Color information

#A626D6 (or 0xA626D6) is unknown color: approx Dark Orchid. HEX triplet: A6, 26 and D6. RGB value is (166,38,214). Sum of RGB (Red+Green+Blue) = 166+38+214=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #A626D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626D6 is #59D929. Grayscale: #5F5F5F. Windows color (decimal): -5888298 or 14034598. OLE color: 14034598.

HSL color Cylindrical-coordinate representation of color #A626D6: hue angle of 283.64º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A626D6 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16638214-
CMYK0.220.8200.16
HSL283.64º69.84%49.41%-
HSV(B)283.64º82.24%83.92%-
XYZ28.5614.3564.88-
YUV96.34194.41177.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 38 (15.23% from 255) = 9.09%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=39.71%
G=9.09%
B=51.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166382140.220.8200.16283.6469.8449.41
HexA626D6165201011c4631
Octal246463262612202043410661
Binary10100110100110110101101011010100100100001000111001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A626D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A626D6; }

 p { color: rgb(166,38,214); }

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

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

 a { background-color: rgb(166,38,214); }

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

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

 span { border-color: rgb(166,38,214); }

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