#AA4FAC

Color #AA4FAC Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA4FAC

Tints of Violet Blue #AA4FAC

Color information

#AA4FAC (or 0xAA4FAC) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and AC. RGB value is (170,79,172). Sum of RGB (Red+Green+Blue) = 170+79+172=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FAC is #55B053. Grayscale: #747474. Windows color (decimal): -5615700 or 11292586. OLE color: 11292586.

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

Color convert

RGB17079172-
CMYK0.010.5400.33
HSL298.71º37.05%49.22%-
HSV(B)298.71º54.07%67.45%-
XYZ26.8217.1240.92-
YUV116.81159.15165.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=40.38%
G=18.76%
B=40.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170791720.010.5400.33298.7137.0549.22
HexAA4FAC13602112b2531
Octal2521172541660414534561
Binary1010101010011111010110011101100100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FAC; }

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

 H1.HeaderClassName
 {
   color: #AA4FAC;
 }
 .AnyTagClassName
 {
   color: #AA4FAC;
 }
</style>
background-color css

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

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

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

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

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

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