Html Css Color HEX #AA20BC Dark Orchid

📋 copy color: '#AA20BC'

red 170 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #AA20BC

Tints of Dark Orchid #AA20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 43.59%
G = 8.21%
B = 48.21%

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

#AA20BC (or 0xAA20BC) is known color: Dark Orchid. HEX triplet: AA, 20 and BC. RGB value is (170,32,188). Sum of RGB (Red+Green+Blue) = 170+32+188=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20BC is #55DF43. Grayscale: #5A5A5A. Windows color (decimal): -5627716 or 12329130. OLE color: 12329130.

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

Color convert

RGB 170 32 188 -
CMYK 0.10 0.83 0 0.26
HSL 293.08º 0.71% 0.43% -
HSV(B) 293.08º 0.83% 0.74% -
XYZ 26.17 13.21 48.75 -
YUV 91.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 170 32 188 0.10 0.83 0 0.26 293.08 0.71 0.43
Hex AA 20 BC A 53 0 1A 125 47 2B
Octal 252 40 274 12 123 0 32 445 107 53
Binary 10101010 100000 10111100 1010 1010011 0 11010 100100101 1000111 101011

Color Harmonies of #AA20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20BC

Black with #AA20BC

Text Example


Text Example

White with #AA20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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