Html Css Color HEX #AA2DF7 Blue Violet

📋 copy color: '#AA2DF7'

red 170 ◦ green 45 ◦ blue 247

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

Shades of Blue Violet #AA2DF7

Tints of Blue Violet #AA2DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.74%

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 36.8%
G = 9.74%
B = 53.46%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA2DF7 (or 0xAA2DF7) is known color: Blue Violet. HEX triplet: AA, 2D and F7. RGB value is (170,45,247). Sum of RGB (Red+Green+Blue) = 170+45+247=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA2DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DF7 is #55D208. Grayscale: #686868. Windows color (decimal): -5624329 or 16199082. OLE color: 16199082.

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

Color convert

RGB 170 45 247 -
CMYK 0.31 0.82 0 0.03
HSL 277.13º 0.93% 0.57% -
HSV(B) 277.13º 0.82% 0.97% -
XYZ 34.3 17.14 89.5 -
YUV 105.4 207.91 174.07 -
System Red Green Blue C M Y K H S L
Decimal 170 45 247 0.31 0.82 0 0.03 277.13 0.93 0.57
Hex AA 2D F7 1F 52 0 3 115 5D 39
Octal 252 55 367 37 122 0 3 425 135 71
Binary 10101010 101101 11110111 11111 1010010 0 11 100010101 1011101 111001

Color Harmonies of #AA2DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DF7

Black with #AA2DF7

Text Example


Text Example

White with #AA2DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DF7; }

 p { color: rgb(170,45,247); }

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

background-color css

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

 a { background-color: rgb(170,45,247); }

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

border-color css

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

 span { border-color: rgb(170,45,247); }

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