Html Css Color HEX #AA5AAC Violet Blue

📋 copy color: '#AA5AAC'

red 170 ◦ green 90 ◦ blue 172

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

Shades of Violet Blue #AA5AAC

Tints of Violet Blue #AA5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 39.35%
G = 20.83%
B = 39.81%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA5AAC (or 0xAA5AAC) is known color: Violet Blue. HEX triplet: AA, 5A and AC. RGB value is (170,90,172). Sum of RGB (Red+Green+Blue) = 170+90+172=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AAC is #55A553. Grayscale: #7B7B7B. Windows color (decimal): -5612884 or 11295402. OLE color: 11295402.

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

Color convert

RGB 170 90 172 -
CMYK 0.01 0.48 0 0.33
HSL 298.54º 0.33% 0.51% -
HSV(B) 298.54º 0.48% 0.67% -
XYZ 27.68 18.84 41.21 -
YUV 123.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 170 90 172 0.01 0.48 0 0.33 298.54 0.33 0.51
Hex AA 5A AC 1 30 0 21 12B 21 33
Octal 252 132 254 1 60 0 41 453 41 63
Binary 10101010 1011010 10101100 1 110000 0 100001 100101011 100001 110011

Color Harmonies of #AA5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AAC

Black with #AA5AAC

Text Example


Text Example

White with #AA5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AAC; }

 p { color: rgb(170,90,172); }

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

background-color css

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

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

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

border-color css

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

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

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