Html Css Color HEX #AA32D1 Dark Orchid

📋 copy color: '#AA32D1'

red 170 ◦ green 50 ◦ blue 209

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

Shades of Dark Orchid #AA32D1

Tints of Dark Orchid #AA32D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 39.63%
G = 11.66%
B = 48.72%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA32D1 (or 0xAA32D1) is known color: Dark Orchid. HEX triplet: AA, 32 and D1. RGB value is (170,50,209). Sum of RGB (Red+Green+Blue) = 170+50+209=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA32D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32D1 is #55CD2E. Grayscale: #676767. Windows color (decimal): -5623087 or 13709994. OLE color: 13709994.

HSL color Cylindrical-coordinate representation of color #AA32D1: hue angle of 285.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA32D1 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 50 209 -
CMYK 0.19 0.76 0 0.18
HSL 285.28º 0.63% 0.51% -
HSV(B) 285.28º 0.76% 0.82% -
XYZ 29.23 15.43 61.76 -
YUV 104.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 170 50 209 0.19 0.76 0 0.18 285.28 0.63 0.51
Hex AA 32 D1 13 4C 0 12 11D 3F 33
Octal 252 62 321 23 114 0 22 435 77 63
Binary 10101010 110010 11010001 10011 1001100 0 10010 100011101 111111 110011

Color Harmonies of #AA32D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32D1

Black with #AA32D1

Text Example


Text Example

White with #AA32D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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