Html Css Color HEX #AA20F5 Blue Violet

📋 copy color: '#AA20F5'

red 170 ◦ green 32 ◦ blue 245

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

Shades of Blue Violet #AA20F5

Tints of Blue Violet #AA20F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.81%

R = 38.03%
G = 7.16%
B = 54.81%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA20F5 (or 0xAA20F5) is known color: Blue Violet. HEX triplet: AA, 20 and F5. RGB value is (170,32,245). Sum of RGB (Red+Green+Blue) = 170+32+245=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA20F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20F5 is #55DF0A. Grayscale: #606060. Windows color (decimal): -5627659 or 16064682. OLE color: 16064682.

HSL color Cylindrical-coordinate representation of color #AA20F5: hue angle of 278.87º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA20F5 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 32 245 -
CMYK 0.31 0.87 0 0.04
HSL 278.87º 0.91% 0.54% -
HSV(B) 278.87º 0.87% 0.96% -
XYZ 33.58 16.17 87.74 -
YUV 97.54 211.22 179.68 -
System Red Green Blue C M Y K H S L
Decimal 170 32 245 0.31 0.87 0 0.04 278.87 0.91 0.54
Hex AA 20 F5 1F 57 0 4 117 5B 36
Octal 252 40 365 37 127 0 4 427 133 66
Binary 10101010 100000 11110101 11111 1010111 0 100 100010111 1011011 110110

Color Harmonies of #AA20F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20F5

Black with #AA20F5

Text Example


Text Example

White with #AA20F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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