Html Css Color HEX #AA51AB Violet Blue

📋 copy color: '#AA51AB'

red 170 ◦ green 81 ◦ blue 171

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

Shades of Violet Blue #AA51AB

Tints of Violet Blue #AA51AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 40.28%
G = 19.19%
B = 40.52%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA51AB (or 0xAA51AB) is known color: Violet Blue. HEX triplet: AA, 51 and AB. RGB value is (170,81,171). Sum of RGB (Red+Green+Blue) = 170+81+171=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA51AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51AB is #55AE54. Grayscale: #757575. Windows color (decimal): -5615189 or 11227562. OLE color: 11227562.

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

Color convert

RGB 170 81 171 -
CMYK 0.01 0.53 0 0.33
HSL 299.33º 0.36% 0.49% -
HSV(B) 299.33º 0.53% 0.67% -
XYZ 26.87 17.37 40.46 -
YUV 117.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 170 81 171 0.01 0.53 0 0.33 299.33 0.36 0.49
Hex AA 51 AB 1 35 0 21 12B 24 31
Octal 252 121 253 1 65 0 41 453 44 61
Binary 10101010 1010001 10101011 1 110101 0 100001 100101011 100100 110001

Color Harmonies of #AA51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51AB

Black with #AA51AB

Text Example


Text Example

White with #AA51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51AB; }

 p { color: rgb(170,81,171); }

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

background-color css

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

 a { background-color: rgb(170,81,171); }

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

border-color css

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

 span { border-color: rgb(170,81,171); }

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