#A61ABE

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

Shades of Dark Orchid #A61ABE

Tints of Dark Orchid #A61ABE

Color information

#A61ABE (or 0xA61ABE) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and BE. RGB value is (166,26,190). Sum of RGB (Red+Green+Blue) = 166+26+190=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A61ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ABE is #59E541. Grayscale: #565656. Windows color (decimal): -5891394 or 12458662. OLE color: 12458662.

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

Color convert

RGB16626190-
CMYK0.130.8600.25
HSL291.22º75.93%42.35%-
HSV(B)291.22º86.32%74.51%-
XYZ25.3912.5649.8-
YUV86.56186.38184.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=43.46%
G=6.81%
B=49.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166261900.130.8600.25291.2275.9342.35
HexA61ABED560191234c2a
Octal246322761512603144311452
Binary101001101101010111110110110101100110011001000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61ABE; }

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

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

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

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

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

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

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

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