Html Css Color HEX #AA36DD Dark Orchid

📋 copy color: '#AA36DD'

red 170 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #AA36DD

Tints of Dark Orchid #AA36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 38.2%
G = 12.13%
B = 49.66%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA36DD (or 0xAA36DD) is known color: Dark Orchid. HEX triplet: AA, 36 and DD. RGB value is (170,54,221). Sum of RGB (Red+Green+Blue) = 170+54+221=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36DD is #55C922. Grayscale: #6B6B6B. Windows color (decimal): -5622051 or 14497450. OLE color: 14497450.

HSL color Cylindrical-coordinate representation of color #AA36DD: hue angle of 281.68º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA36DD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 54 221 -
CMYK 0.23 0.76 0 0.13
HSL 281.68º 0.71% 0.54% -
HSV(B) 281.68º 0.76% 0.87% -
XYZ 30.95 16.4 69.94 -
YUV 107.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 170 54 221 0.23 0.76 0 0.13 281.68 0.71 0.54
Hex AA 36 DD 17 4C 0 D 11A 47 36
Octal 252 66 335 27 114 0 15 432 107 66
Binary 10101010 110110 11011101 10111 1001100 0 1101 100011010 1000111 110110

Color Harmonies of #AA36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36DD

Black with #AA36DD

Text Example


Text Example

White with #AA36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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