Html Css Color HEX #AA20B5 Dark Orchid

📋 copy color: '#AA20B5'

red 170 ◦ green 32 ◦ blue 181

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

Shades of Dark Orchid #AA20B5

Tints of Dark Orchid #AA20B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 44.39%
G = 8.36%
B = 47.26%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA20B5 (or 0xAA20B5) is known color: Dark Orchid. HEX triplet: AA, 20 and B5. RGB value is (170,32,181). Sum of RGB (Red+Green+Blue) = 170+32+181=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA20B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20B5 is #55DF4A. Grayscale: #595959. Windows color (decimal): -5627723 or 11870378. OLE color: 11870378.

HSL color Cylindrical-coordinate representation of color #AA20B5: hue angle of 295.57º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA20B5 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 32 181 -
CMYK 0.06 0.82 0 0.29
HSL 295.57º 0.7% 0.42% -
HSV(B) 295.57º 0.82% 0.71% -
XYZ 25.43 12.92 44.87 -
YUV 90.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 170 32 181 0.06 0.82 0 0.29 295.57 0.7 0.42
Hex AA 20 B5 6 52 0 1D 128 46 2A
Octal 252 40 265 6 122 0 35 450 106 52
Binary 10101010 100000 10110101 110 1010010 0 11101 100101000 1000110 101010

Color Harmonies of #AA20B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20B5

Black with #AA20B5

Text Example


Text Example

White with #AA20B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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