Html Css Color HEX #AA60A5 Violet Blue

📋 copy color: '#AA60A5'

red 170 ◦ green 96 ◦ blue 165

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

Shades of Violet Blue #AA60A5

Tints of Violet Blue #AA60A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 39.44%
G = 22.27%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA60A5 (or 0xAA60A5) is known color: Violet Blue. HEX triplet: AA, 60 and A5. RGB value is (170,96,165). Sum of RGB (Red+Green+Blue) = 170+96+165=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA60A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60A5 is #559F5A. Grayscale: #7D7D7D. Windows color (decimal): -5611355 or 10838186. OLE color: 10838186.

HSL color Cylindrical-coordinate representation of color #AA60A5: hue angle of 304.05º degrees, saturation: 0.3, 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 #AA60A5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 165 -
CMYK 0 0.44 0.03 0.33
HSL 304.05º 0.3% 0.52% -
HSV(B) 304.05º 0.44% 0.67% -
XYZ 27.55 19.63 37.93 -
YUV 125.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 170 96 165 0 0.44 0.03 0.33 304.05 0.3 0.52
Hex AA 60 A5 0 2C 3 21 130 1E 34
Octal 252 140 245 0 54 3 41 460 36 64
Binary 10101010 1100000 10100101 0 101100 11 100001 100110000 11110 110100

Color Harmonies of #AA60A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60A5

Black with #AA60A5

Text Example


Text Example

White with #AA60A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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