Html Css Color HEX #AA20AF Dark Orchid

📋 copy color: '#AA20AF'

red 170 ◦ green 32 ◦ blue 175

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

Shades of Dark Orchid #AA20AF

Tints of Dark Orchid #AA20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 45.09%
G = 8.49%
B = 46.42%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA20AF (or 0xAA20AF) is known color: Dark Orchid. HEX triplet: AA, 20 and AF. RGB value is (170,32,175). Sum of RGB (Red+Green+Blue) = 170+32+175=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20AF is #55DF50. Grayscale: #595959. Windows color (decimal): -5627729 or 11477162. OLE color: 11477162.

HSL color Cylindrical-coordinate representation of color #AA20AF: hue angle of 297.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA20AF is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 32 175 -
CMYK 0.03 0.82 0 0.31
HSL 297.9º 0.69% 0.41% -
HSV(B) 297.9º 0.82% 0.69% -
XYZ 24.83 12.67 41.7 -
YUV 89.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 170 32 175 0.03 0.82 0 0.31 297.9 0.69 0.41
Hex AA 20 AF 3 52 0 1F 12A 45 29
Octal 252 40 257 3 122 0 37 452 105 51
Binary 10101010 100000 10101111 11 1010010 0 11111 100101010 1000101 101001

Color Harmonies of #AA20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20AF

Black with #AA20AF

Text Example


Text Example

White with #AA20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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