#A61AAE

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

Shades of Dark Orchid #A61AAE

Tints of Dark Orchid #A61AAE

Color information

#A61AAE (or 0xA61AAE) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and AE. RGB value is (166,26,174). Sum of RGB (Red+Green+Blue) = 166+26+174=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A61AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AAE is #59E551. Grayscale: #545454. Windows color (decimal): -5891410 or 11410086. OLE color: 11410086.

HSL color Cylindrical-coordinate representation of color #A61AAE: hue angle of 296.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61AAE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16626174-
CMYK0.050.8500.32
HSL296.76º74%39.22%-
HSV(B)296.76º85.06%68.24%-
XYZ23.7411.941.09-
YUV84.73178.38185.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 26 (10.55% from 255) = 7.10%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=45.36%
G=7.10%
B=47.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166261740.050.8500.32296.767439.22
HexA61AAE5550201294a27
Octal24632256512504045111247
Binary101001101101010101110101101010101000001001010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61AAE; }

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

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

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

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

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

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

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

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