Html Css Color HEX #AA32BB Dark Orchid

📋 copy color: '#AA32BB'

red 170 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #AA32BB

Tints of Dark Orchid #AA32BB

RGB

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

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

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

R = 41.77%
G = 12.29%
B = 45.95%

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

#AA32BB (or 0xAA32BB) is known color: Dark Orchid. HEX triplet: AA, 32 and BB. RGB value is (170,50,187). Sum of RGB (Red+Green+Blue) = 170+50+187=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA32BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32BB is #55CD44. Grayscale: #656565. Windows color (decimal): -5623109 or 12268202. OLE color: 12268202.

HSL color Cylindrical-coordinate representation of color #AA32BB: hue angle of 292.55º 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 #AA32BB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 50 187 -
CMYK 0.09 0.73 0 0.27
HSL 292.55º 0.58% 0.46% -
HSV(B) 292.55º 0.73% 0.73% -
XYZ 26.69 14.42 48.39 -
YUV 101.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 170 50 187 0.09 0.73 0 0.27 292.55 0.58 0.46
Hex AA 32 BB 9 49 0 1B 125 3A 2E
Octal 252 62 273 11 111 0 33 445 72 56
Binary 10101010 110010 10111011 1001 1001001 0 11011 100100101 111010 101110

Color Harmonies of #AA32BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32BB

Black with #AA32BB

Text Example


Text Example

White with #AA32BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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