#A05DAC

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

Shades of Violet Blue #A05DAC

Tints of Violet Blue #A05DAC

Color information

#A05DAC (or 0xA05DAC) is unknown color: approx Violet Blue. HEX triplet: A0, 5D and AC. RGB value is (160,93,172). Sum of RGB (Red+Green+Blue) = 160+93+172=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A05DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAC is #5FA253. Grayscale: #797979. Windows color (decimal): -6267476 or 11296160. OLE color: 11296160.

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

Color convert

RGB16093172-
CMYK0.070.4600.33
HSL290.89º32.24%51.96%-
HSV(B)290.89º45.93%67.45%-
XYZ25.8618.2841.2-
YUV122.04156.2155.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=37.65%
G=21.88%
B=40.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160931720.070.4600.33290.8932.2451.96
HexA05DAC72E0211232034
Octal2401352547560414434064
Binary101000001011101101011001111011100100001100100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DAC; }

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

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

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

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

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

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

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

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