Html Css Color HEX #AA31A8 Violet Blue

📋 copy color: '#AA31A8'

red 170 ◦ green 49 ◦ blue 168

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

Shades of Violet Blue #AA31A8

Tints of Violet Blue #AA31A8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 168 (66.02% from 255) = 43.41%

R = 43.93%
G = 12.66%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA31A8 (or 0xAA31A8) is known color: Violet Blue. HEX triplet: AA, 31 and A8. RGB value is (170,49,168). Sum of RGB (Red+Green+Blue) = 170+49+168=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA31A8 is #55CE57. Grayscale: #626262. Windows color (decimal): -5623384 or 11022762. OLE color: 11022762.

HSL color Cylindrical-coordinate representation of color #AA31A8: hue angle of 300.99º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA31A8 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 168 -
CMYK 0 0.71 0.01 0.33
HSL 300.99º 0.55% 0.43% -
HSV(B) 300.99º 0.71% 0.67% -
XYZ 24.74 13.57 38.36 -
YUV 98.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 170 49 168 0 0.71 0.01 0.33 300.99 0.55 0.43
Hex AA 31 A8 0 47 1 21 12D 37 2B
Octal 252 61 250 0 107 1 41 455 67 53
Binary 10101010 110001 10101000 0 1000111 1 100001 100101101 110111 101011

Color Harmonies of #AA31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA31A8

Black with #AA31A8

Text Example


Text Example

White with #AA31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA31A8; }

 p { color: rgb(170,49,168); }

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

background-color css

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

 a { background-color: rgb(170,49,168); }

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

border-color css

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

 span { border-color: rgb(170,49,168); }

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