#A04DAC

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

Shades of Violet Blue #A04DAC

Tints of Violet Blue #A04DAC

Color information

#A04DAC (or 0xA04DAC) is unknown color: approx Violet Blue. HEX triplet: A0, 4D and AC. RGB value is (160,77,172). Sum of RGB (Red+Green+Blue) = 160+77+172=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAC is #5FB253. Grayscale: #707070. Windows color (decimal): -6271572 or 11292064. OLE color: 11292064.

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

Color convert

RGB16077172-
CMYK0.070.5500.33
HSL292.42º38.15%48.82%-
HSV(B)292.42º55.23%67.45%-
XYZ24.615.7640.78-
YUV112.65161.5161.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 77 (30.47% from 255) = 18.83%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=39.12%
G=18.83%
B=42.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160771720.070.5500.33292.4238.1548.82
HexA04DAC7370211242631
Octal2401152547670414444661
Binary101000001001101101011001111101110100001100100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04DAC; }

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

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

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

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

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

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

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

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