#A61ABD

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

Shades of Dark Orchid #A61ABD

Tints of Dark Orchid #A61ABD

Color information

#A61ABD (or 0xA61ABD) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and BD. RGB value is (166,26,189). Sum of RGB (Red+Green+Blue) = 166+26+189=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A61ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ABD is #59E542. Grayscale: #555555. Windows color (decimal): -5891395 or 12393126. OLE color: 12393126.

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

Color convert

RGB16626189-
CMYK0.120.8600.26
HSL291.53º75.81%42.16%-
HSV(B)291.53º86.24%74.12%-
XYZ25.2812.5249.23-
YUV86.44185.88184.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=43.57%
G=6.82%
B=49.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166261890.120.8600.26291.5375.8142.16
HexA61ABDC5601A1244c2a
Octal246322751412603244411452
Binary101001101101010111101110010101100110101001001001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61ABD; }

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

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

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

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

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

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

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

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