Html Css Color HEX #AA60AA Violet Blue

📋 copy color: '#AA60AA'

red 170 ◦ green 96 ◦ blue 170

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

Shades of Violet Blue #AA60AA

Tints of Violet Blue #AA60AA

RGB

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

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

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

R = 38.99%
G = 22.02%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA60AA (or 0xAA60AA) is known color: Violet Blue. HEX triplet: AA, 60 and AA. RGB value is (170,96,170). Sum of RGB (Red+Green+Blue) = 170+96+170=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AA is #559F55. Grayscale: #7E7E7E. Windows color (decimal): -5611350 or 11165866. OLE color: 11165866.

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

Color convert

RGB 170 96 170 -
CMYK 0 0.44 0 0.33
HSL 300º 0.3% 0.52% -
HSV(B) 300º 0.44% 0.67% -
XYZ 28.02 19.81 40.38 -
YUV 126.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 170 96 170 0 0.44 0 0.33 300 0.3 0.52
Hex AA 60 AA 0 2C 0 21 12C 1E 34
Octal 252 140 252 0 54 0 41 454 36 64
Binary 10101010 1100000 10101010 0 101100 0 100001 100101100 11110 110100

Color Harmonies of #AA60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60AA

Black with #AA60AA

Text Example


Text Example

White with #AA60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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