#A04090

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

Shades of Violet Blue #A04090

Tints of Violet Blue #A04090

Color information

#A04090 (or 0xA04090) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 90. RGB value is (160,64,144). Sum of RGB (Red+Green+Blue) = 160+64+144=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04090 is #5FBF6F. Grayscale: #656565. Windows color (decimal): -6274928 or 9453728. OLE color: 9453728.

HSL color Cylindrical-coordinate representation of color #A04090: hue angle of 310º 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 #A04090 is Cyan = 0, Magento = 0.6, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16064144-
CMYK00.60.10.37
HSL310º42.86%43.92%-
HSV(B)310º60%62.75%-
XYZ21.3613.1527.8-
YUV101.82151.8169.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606414400.60.10.3731042.8643.92
HexA0409003CA251362b2c
Octal24010022007412454665354
Binary1010000010000001001000001111001010100101100110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04090; }

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

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

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

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

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

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

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

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