Html Css Color HEX #AA2FF5 Blue Violet

📋 copy color: '#AA2FF5'

red 170 ◦ green 47 ◦ blue 245

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

Shades of Blue Violet #AA2FF5

Tints of Blue Violet #AA2FF5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 36.8%
G = 10.17%
B = 53.03%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA2FF5 (or 0xAA2FF5) is known color: Blue Violet. HEX triplet: AA, 2F and F5. RGB value is (170,47,245). Sum of RGB (Red+Green+Blue) = 170+47+245=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA2FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FF5 is #55D00A. Grayscale: #696969. Windows color (decimal): -5623819 or 16068522. OLE color: 16068522.

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

Color convert

RGB 170 47 245 -
CMYK 0.31 0.81 0 0.04
HSL 277.27º 0.91% 0.57% -
HSV(B) 277.27º 0.81% 0.96% -
XYZ 34.08 17.17 87.9 -
YUV 106.35 206.25 173.4 -
System Red Green Blue C M Y K H S L
Decimal 170 47 245 0.31 0.81 0 0.04 277.27 0.91 0.57
Hex AA 2F F5 1F 51 0 4 115 5B 39
Octal 252 57 365 37 121 0 4 425 133 71
Binary 10101010 101111 11110101 11111 1010001 0 100 100010101 1011011 111001

Color Harmonies of #AA2FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FF5

Black with #AA2FF5

Text Example


Text Example

White with #AA2FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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