#AA36AF

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

Shades of Dark Orchid #AA36AF

Tints of Dark Orchid #AA36AF

Color information

#AA36AF (or 0xAA36AF) is unknown color: approx Dark Orchid. HEX triplet: AA, 36 and AF. RGB value is (170,54,175). Sum of RGB (Red+Green+Blue) = 170+54+175=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36AF is #55C950. Grayscale: #666666. Windows color (decimal): -5622097 or 11482794. OLE color: 11482794.

HSL color Cylindrical-coordinate representation of color #AA36AF: hue angle of 297.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA36AF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17054175-
CMYK0.030.6900.31
HSL297.52º52.84%44.9%-
HSV(B)297.52º69.14%68.63%-
XYZ25.6314.2841.96-
YUV102.48168.93176.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=42.61%
G=13.53%
B=43.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170541750.030.6900.31297.5252.8444.9
HexAA36AF34501F12a352d
Octal2526625731050374526555
Binary1010101011011010101111111000101011111100101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36AF; }

 p { color: rgb(170,54,175); }

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

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

 a { background-color: rgb(170,54,175); }

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

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

 span { border-color: rgb(170,54,175); }

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