Html Css Color HEX #AA49FF Blue Violet

📋 copy color: '#AA49FF'

red 170 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #AA49FF

Tints of Blue Violet #AA49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 34.14%
G = 14.66%
B = 51.2%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA49FF (or 0xAA49FF) is known color: Blue Violet. HEX triplet: AA, 49 and FF. RGB value is (170,73,255). Sum of RGB (Red+Green+Blue) = 170+73+255=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49FF is #55B600. Grayscale: #7A7A7A. Windows color (decimal): -5617153 or 16730538. OLE color: 16730538.

HSL color Cylindrical-coordinate representation of color #AA49FF: hue angle of 271.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA49FF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 73 255 -
CMYK 0.33 0.71 0 0
HSL 271.98º 1% 0.64% -
HSV(B) 271.98º 0.71% 1% -
XYZ 37.01 20.53 96.62 -
YUV 122.75 202.64 161.7 -
System Red Green Blue C M Y K H S L
Decimal 170 73 255 0.33 0.71 0 0 271.98 1 0.64
Hex AA 49 FF 21 47 0 0 110 64 40
Octal 252 111 377 41 107 0 0 420 144 100
Binary 10101010 1001001 11111111 100001 1000111 0 0 100010000 1100100 1000000

Color Harmonies of #AA49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49FF

Black with #AA49FF

Text Example


Text Example

White with #AA49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49FF; }

 p { color: rgb(170,73,255); }

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

background-color css

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

 a { background-color: rgb(170,73,255); }

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

border-color css

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

 span { border-color: rgb(170,73,255); }

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