Html Css Color HEX #AA37F9 Blue Violet

📋 copy color: '#AA37F9'

red 170 ◦ green 55 ◦ blue 249

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

Shades of Blue Violet #AA37F9

Tints of Blue Violet #AA37F9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.6%

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

R = 35.86%
G = 11.6%
B = 52.53%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA37F9 (or 0xAA37F9) is known color: Blue Violet. HEX triplet: AA, 37 and F9. RGB value is (170,55,249). Sum of RGB (Red+Green+Blue) = 170+55+249=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA37F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37F9 is #55C806. Grayscale: #6E6E6E. Windows color (decimal): -5621767 or 16332714. OLE color: 16332714.

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

Color convert

RGB 170 55 249 -
CMYK 0.32 0.78 0 0.02
HSL 275.57º 0.94% 0.6% -
HSV(B) 275.57º 0.78% 0.98% -
XYZ 35.04 18.12 91.27 -
YUV 111.5 205.6 169.73 -
System Red Green Blue C M Y K H S L
Decimal 170 55 249 0.32 0.78 0 0.02 275.57 0.94 0.6
Hex AA 37 F9 20 4E 0 2 114 5E 3C
Octal 252 67 371 40 116 0 2 424 136 74
Binary 10101010 110111 11111001 100000 1001110 0 10 100010100 1011110 111100

Color Harmonies of #AA37F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37F9

Black with #AA37F9

Text Example


Text Example

White with #AA37F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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