Html Css Color HEX #AA36C9 Dark Orchid

📋 copy color: '#AA36C9'

red 170 ◦ green 54 ◦ blue 201

#AA36C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AA36C9

Tints of Dark Orchid #AA36C9

RGB

 RED value IS 170 (66.8% from 255) = 40%

 GREEN value IS 54 (21.48% from 255) = 12.71%

 BLUE value IS 201 (78.91% from 255) = 47.29%

R = 40%
G = 12.71%
B = 47.29%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA36C9 (or 0xAA36C9) is known color: Dark Orchid. HEX triplet: AA, 36 and C9. RGB value is (170,54,201). Sum of RGB (Red+Green+Blue) = 170+54+201=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA36C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36C9 is #55C936. Grayscale: #686868. Windows color (decimal): -5622071 or 13186730. OLE color: 13186730.

HSL color Cylindrical-coordinate representation of color #AA36C9: hue angle of 287.35º 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 #AA36C9 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 54 201 -
CMYK 0.15 0.73 0 0.21
HSL 287.35º 0.58% 0.5% -
HSV(B) 287.35º 0.73% 0.79% -
XYZ 28.44 15.4 56.73 -
YUV 105.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 170 54 201 0.15 0.73 0 0.21 287.35 0.58 0.5
Hex AA 36 C9 F 49 0 15 11F 3A 32
Octal 252 66 311 17 111 0 25 437 72 62
Binary 10101010 110110 11001001 1111 1001001 0 10101 100011111 111010 110010

Color Harmonies of #AA36C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36C9

Black with #AA36C9

Text Example


Text Example

White with #AA36C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36C9; }

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

 H1.HeaderClassName
 {
   color: #AA36C9;
 }
 .AnyTagClassName
 {
   color: #AA36C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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