Html Css Color HEX #AA51AE Violet Blue

📋 copy color: '#AA51AE'

red 170 ◦ green 81 ◦ blue 174

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

Shades of Violet Blue #AA51AE

Tints of Violet Blue #AA51AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 40%
G = 19.06%
B = 40.94%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA51AE (or 0xAA51AE) is known color: Violet Blue. HEX triplet: AA, 51 and AE. RGB value is (170,81,174). Sum of RGB (Red+Green+Blue) = 170+81+174=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA51AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51AE is #55AE51. Grayscale: #757575. Windows color (decimal): -5615186 or 11424170. OLE color: 11424170.

HSL color Cylindrical-coordinate representation of color #AA51AE: hue angle of 297.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA51AE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 81 174 -
CMYK 0.02 0.53 0 0.32
HSL 297.42º 0.36% 0.5% -
HSV(B) 297.42º 0.53% 0.68% -
XYZ 27.16 17.49 41.99 -
YUV 118.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 170 81 174 0.02 0.53 0 0.32 297.42 0.36 0.5
Hex AA 51 AE 2 35 0 20 129 24 32
Octal 252 121 256 2 65 0 40 451 44 62
Binary 10101010 1010001 10101110 10 110101 0 100000 100101001 100100 110010

Color Harmonies of #AA51AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51AE

Black with #AA51AE

Text Example


Text Example

White with #AA51AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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