#A618C2

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

Shades of Dark Orchid #A618C2

Tints of Dark Orchid #A618C2

Color information

#A618C2 (or 0xA618C2) is unknown color: approx Dark Orchid. HEX triplet: A6, 18 and C2. RGB value is (166,24,194). Sum of RGB (Red+Green+Blue) = 166+24+194=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #A618C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618C2 is #59E73D. Grayscale: #555555. Windows color (decimal): -5891902 or 12720294. OLE color: 12720294.

HSL color Cylindrical-coordinate representation of color #A618C2: hue angle of 290.12º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A618C2 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16624194-
CMYK0.140.8800.24
HSL290.12º77.98%42.75%-
HSV(B)290.12º87.63%76.08%-
XYZ25.7912.6652.12-
YUV85.84189.04185.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 24 (9.77% from 255) = 6.25%
BLUE value IS 194 (76.17% from 255) = 50.52%
R=43.23%
G=6.25%
B=50.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166241940.140.8800.24290.1277.9842.75
HexA618C2E580181224e2b
Octal246303021613003044211653
Binary101001101100011000010111010110000110001001000101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A618C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A618C2; }

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

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

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

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

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

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

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

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