#a81aae

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

Shades of Dark Orchid #A81AAE

Tints of Dark Orchid #A81AAE

Color information

#A81AAE (or 0xA81AAE) is unknown color: approx Dark Orchid. HEX triplet: A8, 1A and AE. RGB value is (168,26,174). Sum of RGB (Red+Green+Blue) = 168+26+174=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #A81AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AAE is #57E551. Grayscale: #545454. Windows color (decimal): -5760338 or 11410088. OLE color: 11410088.

HSL color Cylindrical-coordinate representation of color #A81AAE: hue angle of 297.57º 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 #A81AAE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16826174-
CMYK0.030.8500.32
HSL297.57º74%39.22%-
HSV(B)297.57º85.06%68.24%-
XYZ24.1612.1241.11-
YUV85.33178.04186.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 26 (10.55% from 255) = 7.07%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=45.65%
G=7.07%
B=47.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168261740.030.8500.32297.577439.22
HexA81AAE35502012a4a27
Octal25032256312504045211247
Binary10101000110101010111011101010101000001001010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81aae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81aae; }

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

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

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

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

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

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

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

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