#AA27AE

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

Shades of Dark Orchid #AA27AE

Tints of Dark Orchid #AA27AE

Color information

#AA27AE (or 0xAA27AE) is unknown color: approx Dark Orchid. HEX triplet: AA, 27 and AE. RGB value is (170,39,174). Sum of RGB (Red+Green+Blue) = 170+39+174=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA27AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA27AE is #55D851. Grayscale: #5D5D5D. Windows color (decimal): -5625938 or 11413418. OLE color: 11413418.

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

Color convert

RGB17039174-
CMYK0.020.7800.32
HSL298.22º63.38%41.76%-
HSV(B)298.22º77.59%68.24%-
XYZ24.9413.0541.25-
YUV93.56173.4182.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=44.39%
G=10.18%
B=45.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170391740.020.7800.32298.2263.3841.76
HexAA27AE24E02012a3f2a
Octal2524725621160404527752
Binary10101010100111101011101010011100100000100101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA27AE; }

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

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

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

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

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

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

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

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