Html Css Color HEX #AA20B8 Dark Orchid

📋 copy color: '#AA20B8'

red 170 ◦ green 32 ◦ blue 184

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

Shades of Dark Orchid #AA20B8

Tints of Dark Orchid #AA20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 44.04%
G = 8.29%
B = 47.67%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA20B8 (or 0xAA20B8) is known color: Dark Orchid. HEX triplet: AA, 20 and B8. RGB value is (170,32,184). Sum of RGB (Red+Green+Blue) = 170+32+184=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA20B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20B8 is #55DF47. Grayscale: #5A5A5A. Windows color (decimal): -5627720 or 12066986. OLE color: 12066986.

HSL color Cylindrical-coordinate representation of color #AA20B8: hue angle of 294.47º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20B8 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 32 184 -
CMYK 0.08 0.83 0 0.28
HSL 294.47º 0.7% 0.42% -
HSV(B) 294.47º 0.83% 0.72% -
XYZ 25.75 13.04 46.51 -
YUV 90.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 170 32 184 0.08 0.83 0 0.28 294.47 0.7 0.42
Hex AA 20 B8 8 53 0 1C 126 46 2A
Octal 252 40 270 10 123 0 34 446 106 52
Binary 10101010 100000 10111000 1000 1010011 0 11100 100100110 1000110 101010

Color Harmonies of #AA20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20B8

Black with #AA20B8

Text Example


Text Example

White with #AA20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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