#AA36C1

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

Shades of Dark Orchid #AA36C1

Tints of Dark Orchid #AA36C1

Color information

#AA36C1 (or 0xAA36C1) is unknown color: approx Dark Orchid. HEX triplet: AA, 36 and C1. RGB value is (170,54,193). Sum of RGB (Red+Green+Blue) = 170+54+193=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA36C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36C1 is #55C93E. Grayscale: #686868. Windows color (decimal): -5622079 or 12662442. OLE color: 12662442.

HSL color Cylindrical-coordinate representation of color #AA36C1: hue angle of 290.07º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA36C1 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17054193-
CMYK0.120.7200.24
HSL290.07º56.28%48.43%-
HSV(B)290.07º72.02%75.69%-
XYZ27.5215.0351.9-
YUV104.53177.93174.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=40.77%
G=12.95%
B=46.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170541930.120.7200.24290.0756.2848.43
HexAA36C1C480181223830
Octal25266301141100304427060
Binary101010101101101100000111001001000011000100100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36C1; }

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

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

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

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

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

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

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

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