#A04D96

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

Shades of Violet Blue #A04D96

Tints of Violet Blue #A04D96

Color information

#A04D96 (or 0xA04D96) is unknown color: approx Violet Blue. HEX triplet: A0, 4D and 96. RGB value is (160,77,150). Sum of RGB (Red+Green+Blue) = 160+77+150=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04D96 is #5FB269. Grayscale: #6D6D6D. Windows color (decimal): -6271594 or 9850272. OLE color: 9850272.

HSL color Cylindrical-coordinate representation of color #A04D96: hue angle of 307.23º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04D96 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16077150-
CMYK00.520.060.37
HSL307.23º35.02%46.47%-
HSV(B)307.23º51.88%62.75%-
XYZ22.6614.9830.55-
YUV110.14150.5163.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=41.34%
G=19.90%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607715000.520.060.37307.2335.0246.47
HexA04D96034625133232e
Octal2401152260646454634356
Binary101000001001101100101100110100110100101100110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D96; }

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

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

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

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

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

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

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

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