#A61ABF

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

Shades of Dark Orchid #A61ABF

Tints of Dark Orchid #A61ABF

Color information

#A61ABF (or 0xA61ABF) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and BF. RGB value is (166,26,191). Sum of RGB (Red+Green+Blue) = 166+26+191=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #A61ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ABF is #59E540. Grayscale: #565656. Windows color (decimal): -5891393 or 12524198. OLE color: 12524198.

HSL color Cylindrical-coordinate representation of color #A61ABF: hue angle of 290.91º 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 #A61ABF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16626191-
CMYK0.130.8600.25
HSL290.91º76.04%42.55%-
HSV(B)290.91º86.39%74.9%-
XYZ25.512.6150.38-
YUV86.67186.88184.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 26 (10.55% from 255) = 6.79%
BLUE value IS 191 (75% from 255) = 49.87%
R=43.34%
G=6.79%
B=49.87%

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
Decimal166261910.130.8600.25290.9176.0442.55
HexA61ABFD560191234c2b
Octal246322771512603144311453
Binary101001101101010111111110110101100110011001000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61ABF; }

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

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

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

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

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

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

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

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