Html Css Color HEX #AA56AD Violet Blue

📋 copy color: '#AA56AD'

red 170 ◦ green 86 ◦ blue 173

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

Shades of Violet Blue #AA56AD

Tints of Violet Blue #AA56AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

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

R = 39.63%
G = 20.05%
B = 40.33%

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

#AA56AD (or 0xAA56AD) is known color: Violet Blue. HEX triplet: AA, 56 and AD. RGB value is (170,86,173). Sum of RGB (Red+Green+Blue) = 170+86+173=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA56AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56AD is #55A952. Grayscale: #787878. Windows color (decimal): -5613907 or 11359914. OLE color: 11359914.

HSL color Cylindrical-coordinate representation of color #AA56AD: hue angle of 297.93º degrees, saturation: 0.35, 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 #AA56AD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 86 173 -
CMYK 0.02 0.50 0 0.32
HSL 297.93º 0.35% 0.51% -
HSV(B) 297.93º 0.5% 0.68% -
XYZ 27.45 18.22 41.61 -
YUV 121.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 170 86 173 0.02 0.50 0 0.32 297.93 0.35 0.51
Hex AA 56 AD 2 32 0 20 12A 23 33
Octal 252 126 255 2 62 0 40 452 43 63
Binary 10101010 1010110 10101101 10 110010 0 100000 100101010 100011 110011

Color Harmonies of #AA56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56AD

Black with #AA56AD

Text Example


Text Example

White with #AA56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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