#A624B6

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

Shades of Dark Orchid #A624B6

Tints of Dark Orchid #A624B6

Color information

#A624B6 (or 0xA624B6) is unknown color: approx Dark Orchid. HEX triplet: A6, 24 and B6. RGB value is (166,36,182). Sum of RGB (Red+Green+Blue) = 166+36+182=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #A624B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624B6 is #59DB49. Grayscale: #5B5B5B. Windows color (decimal): -5888842 or 11936934. OLE color: 11936934.

HSL color Cylindrical-coordinate representation of color #A624B6: hue angle of 293.42º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A624B6 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16636182-
CMYK0.090.8000.29
HSL293.42º66.97%42.75%-
HSV(B)293.42º80.22%71.37%-
XYZ24.812.7545.41-
YUV91.51179.07181.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 36 (14.45% from 255) = 9.38%
BLUE value IS 182 (71.48% from 255) = 47.40%
R=43.23%
G=9.38%
B=47.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166361820.090.8000.29293.4266.9742.75
HexA624B695001D125432b
Octal246442661112003544510353
Binary1010011010010010110110100110100000111011001001011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A624B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A624B6; }

 p { color: rgb(166,36,182); }

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

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

 a { background-color: rgb(166,36,182); }

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

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

 span { border-color: rgb(166,36,182); }

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