Html Css Color HEX #AA36BE Dark Orchid

📋 copy color: '#AA36BE'

red 170 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #AA36BE

Tints of Dark Orchid #AA36BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 41.06%
G = 13.04%
B = 45.89%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA36BE (or 0xAA36BE) is known color: Dark Orchid. HEX triplet: AA, 36 and BE. RGB value is (170,54,190). Sum of RGB (Red+Green+Blue) = 170+54+190=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA36BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36BE is #55C941. Grayscale: #676767. Windows color (decimal): -5622082 or 12465834. OLE color: 12465834.

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

Color convert

RGB 170 54 190 -
CMYK 0.11 0.72 0 0.25
HSL 291.18º 0.56% 0.48% -
HSV(B) 291.18º 0.72% 0.75% -
XYZ 27.19 14.9 50.16 -
YUV 104.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 170 54 190 0.11 0.72 0 0.25 291.18 0.56 0.48
Hex AA 36 BE B 48 0 19 123 38 30
Octal 252 66 276 13 110 0 31 443 70 60
Binary 10101010 110110 10111110 1011 1001000 0 11001 100100011 111000 110000

Color Harmonies of #AA36BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36BE

Black with #AA36BE

Text Example


Text Example

White with #AA36BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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