#a04095

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

Shades of Violet Blue #A04095

Tints of Violet Blue #A04095

Color information

#A04095 (or 0xA04095) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 95. RGB value is (160,64,149). Sum of RGB (Red+Green+Blue) = 160+64+149=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04095 is #5FBF6A. Grayscale: #666666. Windows color (decimal): -6274923 or 9781408. OLE color: 9781408.

HSL color Cylindrical-coordinate representation of color #A04095: hue angle of 306.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04095 is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16064149-
CMYK00.60.070.37
HSL306.88º42.86%43.92%-
HSV(B)306.88º60%62.75%-
XYZ21.7613.3129.86-
YUV102.39154.3169.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=42.90%
G=17.16%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606414900.60.070.37306.8842.8643.92
HexA0409503C7251332b2c
Octal2401002250747454635354
Binary101000001000000100101010111100111100101100110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04095; }

 p { color: rgb(160,64,149); }

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

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

 a { background-color: rgb(160,64,149); }

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

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

 span { border-color: rgb(160,64,149); }

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