Html Css Color HEX #AA20BF Dark Orchid

📋 copy color: '#AA20BF'

red 170 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #AA20BF

Tints of Dark Orchid #AA20BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 43.26%
G = 8.14%
B = 48.6%

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

#AA20BF (or 0xAA20BF) is known color: Dark Orchid. HEX triplet: AA, 20 and BF. RGB value is (170,32,191). Sum of RGB (Red+Green+Blue) = 170+32+191=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA20BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BF is #55DF40. Grayscale: #5A5A5A. Windows color (decimal): -5627713 or 12525738. OLE color: 12525738.

HSL color Cylindrical-coordinate representation of color #AA20BF: hue angle of 292.08º 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 #AA20BF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 32 191 -
CMYK 0.11 0.83 0 0.25
HSL 292.08º 0.71% 0.44% -
HSV(B) 292.08º 0.83% 0.75% -
XYZ 26.5 13.34 50.47 -
YUV 91.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 170 32 191 0.11 0.83 0 0.25 292.08 0.71 0.44
Hex AA 20 BF B 53 0 19 124 47 2C
Octal 252 40 277 13 123 0 31 444 107 54
Binary 10101010 100000 10111111 1011 1010011 0 11001 100100100 1000111 101100

Color Harmonies of #AA20BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20BF

Black with #AA20BF

Text Example


Text Example

White with #AA20BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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