Html Css Color HEX #AA36D9 Dark Orchid

📋 copy color: '#AA36D9'

red 170 ◦ green 54 ◦ blue 217

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

Shades of Dark Orchid #AA36D9

Tints of Dark Orchid #AA36D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.21%

R = 38.55%
G = 12.24%
B = 49.21%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA36D9 (or 0xAA36D9) is known color: Dark Orchid. HEX triplet: AA, 36 and D9. RGB value is (170,54,217). Sum of RGB (Red+Green+Blue) = 170+54+217=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA36D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36D9 is #55C926. Grayscale: #6A6A6A. Windows color (decimal): -5622055 or 14235306. OLE color: 14235306.

HSL color Cylindrical-coordinate representation of color #AA36D9: hue angle of 282.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA36D9 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 54 217 -
CMYK 0.22 0.75 0 0.15
HSL 282.7º 0.68% 0.53% -
HSV(B) 282.7º 0.75% 0.85% -
XYZ 30.42 16.19 67.17 -
YUV 107.27 189.93 172.75 -
System Red Green Blue C M Y K H S L
Decimal 170 54 217 0.22 0.75 0 0.15 282.7 0.68 0.53
Hex AA 36 D9 16 4B 0 F 11B 44 35
Octal 252 66 331 26 113 0 17 433 104 65
Binary 10101010 110110 11011001 10110 1001011 0 1111 100011011 1000100 110101

Color Harmonies of #AA36D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36D9

Black with #AA36D9

Text Example


Text Example

White with #AA36D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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