#A626DF

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

Shades of Dark Orchid #A626DF

Tints of Dark Orchid #A626DF

Color information

#A626DF (or 0xA626DF) is unknown color: approx Dark Orchid. HEX triplet: A6, 26 and DF. RGB value is (166,38,223). Sum of RGB (Red+Green+Blue) = 166+38+223=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A626DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626DF is #59D920. Grayscale: #606060. Windows color (decimal): -5888289 or 14624422. OLE color: 14624422.

HSL color Cylindrical-coordinate representation of color #A626DF: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A626DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16638223-
CMYK0.260.8300.13
HSL281.51º74.3%51.18%-
HSV(B)281.51º82.96%87.45%-
XYZ29.7414.8271.11-
YUV97.36198.91176.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 38 (15.23% from 255) = 8.90%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=38.88%
G=8.90%
B=52.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166382230.260.8300.13281.5174.351.18
HexA626DF1A530D11a4a33
Octal246463373212301543211263
Binary1010011010011011011111110101010011011011000110101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A626DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A626DF; }

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

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

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

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

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

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

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

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