#aa36db

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

Shades of Dark Orchid #AA36DB

Tints of Dark Orchid #AA36DB

Color information

#AA36DB (or 0xAA36DB) is unknown color: approx Dark Orchid. HEX triplet: AA, 36 and DB. RGB value is (170,54,219). Sum of RGB (Red+Green+Blue) = 170+54+219=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DB is #55C924. Grayscale: #6A6A6A. Windows color (decimal): -5622053 or 14366378. OLE color: 14366378.

HSL color Cylindrical-coordinate representation of color #AA36DB: hue angle of 282.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36DB is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17054219-
CMYK0.220.7500.14
HSL282.18º69.62%53.53%-
HSV(B)282.18º75.34%85.88%-
XYZ30.6816.368.55-
YUV107.49190.93172.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=38.37%
G=12.19%
B=49.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170542190.220.7500.14282.1869.6253.53
HexAA36DB164B0E11a4636
Octal252663332611301643210666
Binary1010101011011011011011101101001011011101000110101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa36db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa36db; }

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

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

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

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

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

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

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

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