Html Css Color HEX #AA60AD Violet Blue

📋 copy color: '#AA60AD'

red 170 ◦ green 96 ◦ blue 173

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

Shades of Violet Blue #AA60AD

Tints of Violet Blue #AA60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

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

R = 38.72%
G = 21.87%
B = 39.41%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA60AD (or 0xAA60AD) is known color: Violet Blue. HEX triplet: AA, 60 and AD. RGB value is (170,96,173). Sum of RGB (Red+Green+Blue) = 170+96+173=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AD is #559F52. Grayscale: #7E7E7E. Windows color (decimal): -5611347 or 11362474. OLE color: 11362474.

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

Color convert

RGB 170 96 173 -
CMYK 0.02 0.45 0 0.32
HSL 297.66º 0.32% 0.53% -
HSV(B) 297.66º 0.45% 0.68% -
XYZ 28.3 19.93 41.89 -
YUV 126.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 170 96 173 0.02 0.45 0 0.32 297.66 0.32 0.53
Hex AA 60 AD 2 2D 0 20 12A 20 35
Octal 252 140 255 2 55 0 40 452 40 65
Binary 10101010 1100000 10101101 10 101101 0 100000 100101010 100000 110101

Color Harmonies of #AA60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60AD

Black with #AA60AD

Text Example


Text Example

White with #AA60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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