Html Css Color HEX #AA37F7 Blue Violet

📋 copy color: '#AA37F7'

red 170 ◦ green 55 ◦ blue 247

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

Shades of Blue Violet #AA37F7

Tints of Blue Violet #AA37F7

RGB

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

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

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

R = 36.02%
G = 11.65%
B = 52.33%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA37F7 (or 0xAA37F7) is known color: Blue Violet. HEX triplet: AA, 37 and F7. RGB value is (170,55,247). Sum of RGB (Red+Green+Blue) = 170+55+247=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA37F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37F7 is #55C808. Grayscale: #6E6E6E. Windows color (decimal): -5621769 or 16201642. OLE color: 16201642.

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

Color convert

RGB 170 55 247 -
CMYK 0.31 0.78 0 0.03
HSL 275.94º 0.92% 0.59% -
HSV(B) 275.94º 0.78% 0.97% -
XYZ 34.73 17.99 89.64 -
YUV 111.27 204.6 169.89 -
System Red Green Blue C M Y K H S L
Decimal 170 55 247 0.31 0.78 0 0.03 275.94 0.92 0.59
Hex AA 37 F7 1F 4E 0 3 114 5C 3B
Octal 252 67 367 37 116 0 3 424 134 73
Binary 10101010 110111 11110111 11111 1001110 0 11 100010100 1011100 111011

Color Harmonies of #AA37F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37F7

Black with #AA37F7

Text Example


Text Example

White with #AA37F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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