#AA1BAE

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

Shades of Dark Orchid #AA1BAE

Tints of Dark Orchid #AA1BAE

Color information

#AA1BAE (or 0xAA1BAE) is unknown color: approx Dark Orchid. HEX triplet: AA, 1B and AE. RGB value is (170,27,174). Sum of RGB (Red+Green+Blue) = 170+27+174=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BAE is #55E451. Grayscale: #565656. Windows color (decimal): -5629010 or 11410346. OLE color: 11410346.

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

Color convert

RGB17027174-
CMYK0.020.8400.32
HSL298.37º73.13%39.41%-
HSV(B)298.37º84.48%68.24%-
XYZ24.6112.3941.14-
YUV86.52177.38187.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=45.82%
G=7.28%
B=46.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170271740.020.8400.32298.3773.1339.41
HexAA1BAE25402012a4927
Octal25233256212404045211147
Binary10101010110111010111010101010001000001001010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1BAE; }

 p { color: rgb(170,27,174); }

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

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

 a { background-color: rgb(170,27,174); }

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

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

 span { border-color: rgb(170,27,174); }

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