Html Css Color HEX #AA20BE Dark Orchid

📋 copy color: '#AA20BE'

red 170 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #AA20BE

Tints of Dark Orchid #AA20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.16%

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 43.37%
G = 8.16%
B = 48.47%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA20BE (or 0xAA20BE) is known color: Dark Orchid. HEX triplet: AA, 20 and BE. RGB value is (170,32,190). Sum of RGB (Red+Green+Blue) = 170+32+190=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA20BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BE is #55DF41. Grayscale: #5A5A5A. Windows color (decimal): -5627714 or 12460202. OLE color: 12460202.

HSL color Cylindrical-coordinate representation of color #AA20BE: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20BE is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 32 190 -
CMYK 0.11 0.83 0 0.25
HSL 292.41º 0.71% 0.44% -
HSV(B) 292.41º 0.83% 0.75% -
XYZ 26.39 13.3 49.89 -
YUV 91.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 170 32 190 0.11 0.83 0 0.25 292.41 0.71 0.44
Hex AA 20 BE B 53 0 19 124 47 2C
Octal 252 40 276 13 123 0 31 444 107 54
Binary 10101010 100000 10111110 1011 1010011 0 11001 100100100 1000111 101100

Color Harmonies of #AA20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20BE

Black with #AA20BE

Text Example


Text Example

White with #AA20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20BE; }

 p { color: rgb(170,32,190); }

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

background-color css

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

 a { background-color: rgb(170,32,190); }

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

border-color css

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

 span { border-color: rgb(170,32,190); }

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