Html Css Color HEX #AA36BB Dark Orchid

📋 copy color: '#AA36BB'

red 170 ◦ green 54 ◦ blue 187

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

Shades of Dark Orchid #AA36BB

Tints of Dark Orchid #AA36BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 41.36%
G = 13.14%
B = 45.5%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA36BB (or 0xAA36BB) is known color: Dark Orchid. HEX triplet: AA, 36 and BB. RGB value is (170,54,187). Sum of RGB (Red+Green+Blue) = 170+54+187=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36BB is #55C944. Grayscale: #676767. Windows color (decimal): -5622085 or 12269226. OLE color: 12269226.

HSL color Cylindrical-coordinate representation of color #AA36BB: hue angle of 292.33º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA36BB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 54 187 -
CMYK 0.09 0.71 0 0.27
HSL 292.33º 0.55% 0.47% -
HSV(B) 292.33º 0.71% 0.73% -
XYZ 26.87 14.77 48.45 -
YUV 103.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 170 54 187 0.09 0.71 0 0.27 292.33 0.55 0.47
Hex AA 36 BB 9 47 0 1B 124 37 2F
Octal 252 66 273 11 107 0 33 444 67 57
Binary 10101010 110110 10111011 1001 1000111 0 11011 100100100 110111 101111

Color Harmonies of #AA36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36BB

Black with #AA36BB

Text Example


Text Example

White with #AA36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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