Html Css Color HEX #AA44F9 Blue Violet

📋 copy color: '#AA44F9'

red 170 ◦ green 68 ◦ blue 249

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

Shades of Blue Violet #AA44F9

Tints of Blue Violet #AA44F9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.96%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 34.91%
G = 13.96%
B = 51.13%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA44F9 (or 0xAA44F9) is known color: Blue Violet. HEX triplet: AA, 44 and F9. RGB value is (170,68,249). Sum of RGB (Red+Green+Blue) = 170+68+249=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA44F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44F9 is #55BB06. Grayscale: #767676. Windows color (decimal): -5618439 or 16336042. OLE color: 16336042.

HSL color Cylindrical-coordinate representation of color #AA44F9: hue angle of 273.81º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA44F9 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 68 249 -
CMYK 0.32 0.73 0 0.02
HSL 273.81º 0.94% 0.62% -
HSV(B) 273.81º 0.73% 0.98% -
XYZ 35.74 19.52 91.51 -
YUV 119.13 201.29 164.28 -
System Red Green Blue C M Y K H S L
Decimal 170 68 249 0.32 0.73 0 0.02 273.81 0.94 0.62
Hex AA 44 F9 20 49 0 2 112 5E 3E
Octal 252 104 371 40 111 0 2 422 136 76
Binary 10101010 1000100 11111001 100000 1001001 0 10 100010010 1011110 111110

Color Harmonies of #AA44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44F9

Black with #AA44F9

Text Example


Text Example

White with #AA44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44F9; }

 p { color: rgb(170,68,249); }

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

background-color css

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

 a { background-color: rgb(170,68,249); }

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

border-color css

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

 span { border-color: rgb(170,68,249); }

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