Html Css Color HEX #AA57AD Violet Blue

📋 copy color: '#AA57AD'

red 170 ◦ green 87 ◦ blue 173

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

Shades of Violet Blue #AA57AD

Tints of Violet Blue #AA57AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.23%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 39.53%
G = 20.23%
B = 40.23%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA57AD (or 0xAA57AD) is known color: Violet Blue. HEX triplet: AA, 57 and AD. RGB value is (170,87,173). Sum of RGB (Red+Green+Blue) = 170+87+173=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57AD is #55A852. Grayscale: #797979. Windows color (decimal): -5613651 or 11360170. OLE color: 11360170.

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

Color convert

RGB 170 87 173 -
CMYK 0.02 0.50 0 0.32
HSL 297.91º 0.34% 0.51% -
HSV(B) 297.91º 0.5% 0.68% -
XYZ 27.53 18.38 41.63 -
YUV 121.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 170 87 173 0.02 0.50 0 0.32 297.91 0.34 0.51
Hex AA 57 AD 2 32 0 20 12A 22 33
Octal 252 127 255 2 62 0 40 452 42 63
Binary 10101010 1010111 10101101 10 110010 0 100000 100101010 100010 110011

Color Harmonies of #AA57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57AD

Black with #AA57AD

Text Example


Text Example

White with #AA57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57AD; }

 p { color: rgb(170,87,173); }

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

background-color css

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

 a { background-color: rgb(170,87,173); }

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

border-color css

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

 span { border-color: rgb(170,87,173); }

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