#A61AC0

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

Shades of Dark Orchid #A61AC0

Tints of Dark Orchid #A61AC0

Color information

#A61AC0 (or 0xA61AC0) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and C0. RGB value is (166,26,192). Sum of RGB (Red+Green+Blue) = 166+26+192=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #A61AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61AC0 is #59E53F. Grayscale: #565656. Windows color (decimal): -5891392 or 12589734. OLE color: 12589734.

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

Color convert

RGB16626192-
CMYK0.140.8600.25
HSL290.6º76.15%42.75%-
HSV(B)290.6º86.46%75.29%-
XYZ25.6112.6550.96-
YUV86.78187.38184.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 26 (10.55% from 255) = 6.77%
BLUE value IS 192 (75.39% from 255) = 50%
R=43.23%
G=6.77%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166261920.140.8600.25290.676.1542.75
HexA61AC0E560191234c2b
Octal246323001612603144311453
Binary101001101101011000000111010101100110011001000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61AC0; }

 p { color: rgb(166,26,192); }

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

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

 a { background-color: rgb(166,26,192); }

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

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

 span { border-color: rgb(166,26,192); }

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