#AA36CA

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

Shades of Dark Orchid #AA36CA

Tints of Dark Orchid #AA36CA

Color information

#AA36CA (or 0xAA36CA) is unknown color: approx Dark Orchid. HEX triplet: AA, 36 and CA. RGB value is (170,54,202). Sum of RGB (Red+Green+Blue) = 170+54+202=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36CA is #55C935. Grayscale: #696969. Windows color (decimal): -5622070 or 13252266. OLE color: 13252266.

HSL color Cylindrical-coordinate representation of color #AA36CA: hue angle of 287.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA36CA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17054202-
CMYK0.160.7300.21
HSL287.03º58.27%50.2%-
HSV(B)287.03º73.27%79.22%-
XYZ28.5615.4557.35-
YUV105.56182.43173.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=39.91%
G=12.68%
B=47.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170542020.160.7300.21287.0358.2750.2
HexAA36CA104901511f3a32
Octal25266312201110254377262
Binary1010101011011011001010100001001001010101100011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36CA; }

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

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

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

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

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

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

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

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