Html Css Color HEX #AA32DD Dark Orchid

📋 copy color: '#AA32DD'

red 170 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #AA32DD

Tints of Dark Orchid #AA32DD

RGB

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

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

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

R = 38.55%
G = 11.34%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA32DD (or 0xAA32DD) is known color: Dark Orchid. HEX triplet: AA, 32 and DD. RGB value is (170,50,221). Sum of RGB (Red+Green+Blue) = 170+50+221=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA32DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32DD is #55CD22. Grayscale: #686868. Windows color (decimal): -5623075 or 14496426. OLE color: 14496426.

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

Color convert

RGB 170 50 221 -
CMYK 0.23 0.77 0 0.13
HSL 282.11º 0.72% 0.53% -
HSV(B) 282.11º 0.77% 0.87% -
XYZ 30.77 16.05 69.88 -
YUV 105.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 170 50 221 0.23 0.77 0 0.13 282.11 0.72 0.53
Hex AA 32 DD 17 4D 0 D 11A 48 35
Octal 252 62 335 27 115 0 15 432 110 65
Binary 10101010 110010 11011101 10111 1001101 0 1101 100011010 1001000 110101

Color Harmonies of #AA32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32DD

Black with #AA32DD

Text Example


Text Example

White with #AA32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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