Html Css Color HEX #AA57AA Violet Blue

📋 copy color: '#AA57AA'

red 170 ◦ green 87 ◦ blue 170

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

Shades of Violet Blue #AA57AA

Tints of Violet Blue #AA57AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 39.81%
G = 20.37%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA57AA (or 0xAA57AA) is known color: Violet Blue. HEX triplet: AA, 57 and AA. RGB value is (170,87,170). Sum of RGB (Red+Green+Blue) = 170+87+170=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA57AA is #55A855. Grayscale: #797979. Windows color (decimal): -5613654 or 11163562. OLE color: 11163562.

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

Color convert

RGB 170 87 170 -
CMYK 0 0.49 0 0.33
HSL 300º 0.33% 0.5% -
HSV(B) 300º 0.49% 0.67% -
XYZ 27.24 18.26 40.12 -
YUV 121.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 170 87 170 0 0.49 0 0.33 300 0.33 0.5
Hex AA 57 AA 0 31 0 21 12C 21 32
Octal 252 127 252 0 61 0 41 454 41 62
Binary 10101010 1010111 10101010 0 110001 0 100001 100101100 100001 110010

Color Harmonies of #AA57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57AA

Black with #AA57AA

Text Example


Text Example

White with #AA57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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