Html Css Color HEX #AA32BA Dark Orchid

📋 copy color: '#AA32BA'

red 170 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #AA32BA

Tints of Dark Orchid #AA32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 41.87%
G = 12.32%
B = 45.81%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA32BA (or 0xAA32BA) is known color: Dark Orchid. HEX triplet: AA, 32 and BA. RGB value is (170,50,186). Sum of RGB (Red+Green+Blue) = 170+50+186=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA32BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32BA is #55CD45. Grayscale: #646464. Windows color (decimal): -5623110 or 12202666. OLE color: 12202666.

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

Color convert

RGB 170 50 186 -
CMYK 0.09 0.73 0 0.27
HSL 292.94º 0.58% 0.46% -
HSV(B) 292.94º 0.73% 0.73% -
XYZ 26.58 14.37 47.83 -
YUV 101.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 170 50 186 0.09 0.73 0 0.27 292.94 0.58 0.46
Hex AA 32 BA 9 49 0 1B 125 3A 2E
Octal 252 62 272 11 111 0 33 445 72 56
Binary 10101010 110010 10111010 1001 1001001 0 11011 100100101 111010 101110

Color Harmonies of #AA32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32BA

Black with #AA32BA

Text Example


Text Example

White with #AA32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32BA; }

 p { color: rgb(170,50,186); }

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

background-color css

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

 a { background-color: rgb(170,50,186); }

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

border-color css

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

 span { border-color: rgb(170,50,186); }

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