#A618AD

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

Shades of Dark Orchid #A618AD

Tints of Dark Orchid #A618AD

Color information

#A618AD (or 0xA618AD) is unknown color: approx Dark Orchid. HEX triplet: A6, 18 and AD. RGB value is (166,24,173). Sum of RGB (Red+Green+Blue) = 166+24+173=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A618AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A618AD is #59E752. Grayscale: #525252. Windows color (decimal): -5891923 or 11344038. OLE color: 11344038.

HSL color Cylindrical-coordinate representation of color #A618AD: hue angle of 297.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A618AD is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16624173-
CMYK0.040.8600.32
HSL297.18º75.63%38.63%-
HSV(B)297.18º86.13%67.84%-
XYZ23.611.7840.56-
YUV83.44178.54186.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 24 (9.77% from 255) = 6.61%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=45.73%
G=6.61%
B=47.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166241730.040.8600.32297.1875.6338.63
HexA618AD4560201294c27
Octal24630255412604045111447
Binary101001101100010101101100101011001000001001010011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A618AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A618AD; }

 p { color: rgb(166,24,173); }

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

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

 a { background-color: rgb(166,24,173); }

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

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

 span { border-color: rgb(166,24,173); }

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