Html Css Color HEX #AA37F4 Blue Violet

📋 copy color: '#AA37F4'

red 170 ◦ green 55 ◦ blue 244

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

Shades of Blue Violet #AA37F4

Tints of Blue Violet #AA37F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.03%

R = 36.25%
G = 11.73%
B = 52.03%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AA37F4 (or 0xAA37F4) is known color: Blue Violet. HEX triplet: AA, 37 and F4. RGB value is (170,55,244). Sum of RGB (Red+Green+Blue) = 170+55+244=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA37F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37F4 is #55C80B. Grayscale: #6E6E6E. Windows color (decimal): -5621772 or 16005034. OLE color: 16005034.

HSL color Cylindrical-coordinate representation of color #AA37F4: hue angle of 276.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA37F4 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 55 244 -
CMYK 0.30 0.77 0 0.04
HSL 276.51º 0.9% 0.59% -
HSV(B) 276.51º 0.77% 0.96% -
XYZ 34.27 17.81 87.22 -
YUV 110.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 170 55 244 0.30 0.77 0 0.04 276.51 0.9 0.59
Hex AA 37 F4 1E 4D 0 4 115 5A 3B
Octal 252 67 364 36 115 0 4 425 132 73
Binary 10101010 110111 11110100 11110 1001101 0 100 100010101 1011010 111011

Color Harmonies of #AA37F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37F4

Black with #AA37F4

Text Example


Text Example

White with #AA37F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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