#AA4DAC

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

Shades of Violet Blue #AA4DAC

Tints of Violet Blue #AA4DAC

Color information

#AA4DAC (or 0xAA4DAC) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and AC. RGB value is (170,77,172). Sum of RGB (Red+Green+Blue) = 170+77+172=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAC is #55B253. Grayscale: #737373. Windows color (decimal): -5616212 or 11292074. OLE color: 11292074.

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

Color convert

RGB17077172-
CMYK0.010.5500.33
HSL298.74º38.15%48.82%-
HSV(B)298.74º55.23%67.45%-
XYZ26.6816.8340.87-
YUV115.64159.81166.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=40.57%
G=18.38%
B=41.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170771720.010.5500.33298.7438.1548.82
HexAA4DAC13702112b2631
Octal2521152541670414534661
Binary1010101010011011010110011101110100001100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DAC; }

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

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

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

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

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

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

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

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