Html Css Color HEX #AA40AC Violet Blue

📋 copy color: '#AA40AC'

red 170 ◦ green 64 ◦ blue 172

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

Shades of Violet Blue #AA40AC

Tints of Violet Blue #AA40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 41.87%
G = 15.76%
B = 42.36%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA40AC (or 0xAA40AC) is known color: Violet Blue. HEX triplet: AA, 40 and AC. RGB value is (170,64,172). Sum of RGB (Red+Green+Blue) = 170+64+172=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40AC is #55BF53. Grayscale: #6B6B6B. Windows color (decimal): -5619540 or 11288746. OLE color: 11288746.

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

Color convert

RGB 170 64 172 -
CMYK 0.01 0.63 0 0.33
HSL 298.89º 0.46% 0.46% -
HSV(B) 298.89º 0.63% 0.67% -
XYZ 25.86 15.19 40.6 -
YUV 108.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 170 64 172 0.01 0.63 0 0.33 298.89 0.46 0.46
Hex AA 40 AC 1 3F 0 21 12B 2E 2E
Octal 252 100 254 1 77 0 41 453 56 56
Binary 10101010 1000000 10101100 1 111111 0 100001 100101011 101110 101110

Color Harmonies of #AA40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA40AC

Black with #AA40AC

Text Example


Text Example

White with #AA40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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