Html Css Color HEX #AA37FC Blue Violet

📋 copy color: '#AA37FC'

red 170 ◦ green 55 ◦ blue 252

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

Shades of Blue Violet #AA37FC

Tints of Blue Violet #AA37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 35.64%
G = 11.53%
B = 52.83%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA37FC (or 0xAA37FC) is known color: Blue Violet. HEX triplet: AA, 37 and FC. RGB value is (170,55,252). Sum of RGB (Red+Green+Blue) = 170+55+252=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37FC is #55C803. Grayscale: #6F6F6F. Windows color (decimal): -5621764 or 16529322. OLE color: 16529322.

HSL color Cylindrical-coordinate representation of color #AA37FC: hue angle of 275.03º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA37FC is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 55 252 -
CMYK 0.33 0.78 0 0.01
HSL 275.03º 0.97% 0.6% -
HSV(B) 275.03º 0.78% 0.99% -
XYZ 35.51 18.31 93.76 -
YUV 111.84 207.1 169.48 -
System Red Green Blue C M Y K H S L
Decimal 170 55 252 0.33 0.78 0 0.01 275.03 0.97 0.6
Hex AA 37 FC 21 4E 0 1 113 61 3C
Octal 252 67 374 41 116 0 1 423 141 74
Binary 10101010 110111 11111100 100001 1001110 0 1 100010011 1100001 111100

Color Harmonies of #AA37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37FC

Black with #AA37FC

Text Example


Text Example

White with #AA37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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