Html Css Color HEX #AA20C1 Dark Orchid

📋 copy color: '#AA20C1'

red 170 ◦ green 32 ◦ blue 193

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

Shades of Dark Orchid #AA20C1

Tints of Dark Orchid #AA20C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 43.04%
G = 8.1%
B = 48.86%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA20C1 (or 0xAA20C1) is known color: Dark Orchid. HEX triplet: AA, 20 and C1. RGB value is (170,32,193). Sum of RGB (Red+Green+Blue) = 170+32+193=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA20C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20C1 is #55DF3E. Grayscale: #5B5B5B. Windows color (decimal): -5627711 or 12656810. OLE color: 12656810.

HSL color Cylindrical-coordinate representation of color #AA20C1: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA20C1 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 32 193 -
CMYK 0.12 0.83 0 0.24
HSL 291.43º 0.72% 0.44% -
HSV(B) 291.43º 0.83% 0.76% -
XYZ 26.72 13.43 51.64 -
YUV 91.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 170 32 193 0.12 0.83 0 0.24 291.43 0.72 0.44
Hex AA 20 C1 C 53 0 18 123 48 2C
Octal 252 40 301 14 123 0 30 443 110 54
Binary 10101010 100000 11000001 1100 1010011 0 11000 100100011 1001000 101100

Color Harmonies of #AA20C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20C1

Black with #AA20C1

Text Example


Text Example

White with #AA20C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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