Html Css Color HEX #AA32E1 Dark Orchid

📋 copy color: '#AA32E1'

red 170 ◦ green 50 ◦ blue 225

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

Shades of Dark Orchid #AA32E1

Tints of Dark Orchid #AA32E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.56%

R = 38.2%
G = 11.24%
B = 50.56%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA32E1 (or 0xAA32E1) is known color: Dark Orchid. HEX triplet: AA, 32 and E1. RGB value is (170,50,225). Sum of RGB (Red+Green+Blue) = 170+50+225=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA32E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32E1 is #55CD1E. Grayscale: #696969. Windows color (decimal): -5623071 or 14758570. OLE color: 14758570.

HSL color Cylindrical-coordinate representation of color #AA32E1: hue angle of 281.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA32E1 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 50 225 -
CMYK 0.24 0.78 0 0.12
HSL 281.14º 0.74% 0.54% -
HSV(B) 281.14º 0.78% 0.88% -
XYZ 31.31 16.26 72.72 -
YUV 105.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 170 50 225 0.24 0.78 0 0.12 281.14 0.74 0.54
Hex AA 32 E1 18 4E 0 C 119 4A 36
Octal 252 62 341 30 116 0 14 431 112 66
Binary 10101010 110010 11100001 11000 1001110 0 1100 100011001 1001010 110110

Color Harmonies of #AA32E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32E1

Black with #AA32E1

Text Example


Text Example

White with #AA32E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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