Html Css Color HEX #AA20BD Dark Orchid

📋 copy color: '#AA20BD'

red 170 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #AA20BD

Tints of Dark Orchid #AA20BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 43.48%
G = 8.18%
B = 48.34%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA20BD (or 0xAA20BD) is known color: Dark Orchid. HEX triplet: AA, 20 and BD. RGB value is (170,32,189). Sum of RGB (Red+Green+Blue) = 170+32+189=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA20BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BD is #55DF42. Grayscale: #5A5A5A. Windows color (decimal): -5627715 or 12394666. OLE color: 12394666.

HSL color Cylindrical-coordinate representation of color #AA20BD: hue angle of 292.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20BD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 32 189 -
CMYK 0.10 0.83 0 0.26
HSL 292.74º 0.71% 0.43% -
HSV(B) 292.74º 0.83% 0.74% -
XYZ 26.28 13.25 49.32 -
YUV 91.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 170 32 189 0.10 0.83 0 0.26 292.74 0.71 0.43
Hex AA 20 BD A 53 0 1A 125 47 2B
Octal 252 40 275 12 123 0 32 445 107 53
Binary 10101010 100000 10111101 1010 1010011 0 11010 100100101 1000111 101011

Color Harmonies of #AA20BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20BD

Black with #AA20BD

Text Example


Text Example

White with #AA20BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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