#AA36BB

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

Shades of Dark Orchid #AA36BB

Tints of Dark Orchid #AA36BB

Color information

#AA36BB (or 0xAA36BB) is unknown color: approx Dark Orchid. HEX triplet: AA, 36 and BB. RGB value is (170,54,187). Sum of RGB (Red+Green+Blue) = 170+54+187=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36BB is #55C944. Grayscale: #676767. Windows color (decimal): -5622085 or 12269226. OLE color: 12269226.

HSL color Cylindrical-coordinate representation of color #AA36BB: hue angle of 292.33º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA36BB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17054187-
CMYK0.090.7100.27
HSL292.33º55.19%47.25%-
HSV(B)292.33º71.12%73.33%-
XYZ26.8714.7748.45-
YUV103.85174.93175.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=41.36%
G=13.14%
B=45.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170541870.090.7100.27292.3355.1947.25
HexAA36BB94701B124372f
Octal25266273111070334446757
Binary101010101101101011101110011000111011011100100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36BB; }

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

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

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

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

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

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

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

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