Html Css Color HEX #AA60AB Violet Blue

📋 copy color: '#AA60AB'

red 170 ◦ green 96 ◦ blue 171

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

Shades of Violet Blue #AA60AB

Tints of Violet Blue #AA60AB

RGB

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

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

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

R = 38.9%
G = 21.97%
B = 39.13%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA60AB (or 0xAA60AB) is known color: Violet Blue. HEX triplet: AA, 60 and AB. RGB value is (170,96,171). Sum of RGB (Red+Green+Blue) = 170+96+171=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AB is #559F54. Grayscale: #7E7E7E. Windows color (decimal): -5611349 or 11231402. OLE color: 11231402.

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

Color convert

RGB 170 96 171 -
CMYK 0.01 0.44 0 0.33
HSL 299.2º 0.31% 0.52% -
HSV(B) 299.2º 0.44% 0.67% -
XYZ 28.11 19.85 40.88 -
YUV 126.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 170 96 171 0.01 0.44 0 0.33 299.2 0.31 0.52
Hex AA 60 AB 1 2C 0 21 12B 1F 34
Octal 252 140 253 1 54 0 41 453 37 64
Binary 10101010 1100000 10101011 1 101100 0 100001 100101011 11111 110100

Color Harmonies of #AA60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60AB

Black with #AA60AB

Text Example


Text Example

White with #AA60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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