Html Css Color HEX #AA54AB Violet Blue

📋 copy color: '#AA54AB'

red 170 ◦ green 84 ◦ blue 171

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

Shades of Violet Blue #AA54AB

Tints of Violet Blue #AA54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

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

R = 40%
G = 19.76%
B = 40.24%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA54AB (or 0xAA54AB) is known color: Violet Blue. HEX triplet: AA, 54 and AB. RGB value is (170,84,171). Sum of RGB (Red+Green+Blue) = 170+84+171=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54AB is #55AB54. Grayscale: #777777. Windows color (decimal): -5614421 or 11228330. OLE color: 11228330.

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

Color convert

RGB 170 84 171 -
CMYK 0.01 0.51 0 0.33
HSL 299.31º 0.34% 0.5% -
HSV(B) 299.31º 0.51% 0.67% -
XYZ 27.1 17.83 40.54 -
YUV 119.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 170 84 171 0.01 0.51 0 0.33 299.31 0.34 0.5
Hex AA 54 AB 1 33 0 21 12B 22 32
Octal 252 124 253 1 63 0 41 453 42 62
Binary 10101010 1010100 10101011 1 110011 0 100001 100101011 100010 110010

Color Harmonies of #AA54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54AB

Black with #AA54AB

Text Example


Text Example

White with #AA54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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