#A04690

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

Shades of Violet Blue #A04690

Tints of Violet Blue #A04690

Color information

#A04690 (or 0xA04690) is unknown color: approx Violet Blue. HEX triplet: A0, 46 and 90. RGB value is (160,70,144). Sum of RGB (Red+Green+Blue) = 160+70+144=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A04690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04690 is #5FB96F. Grayscale: #696969. Windows color (decimal): -6273392 or 9455264. OLE color: 9455264.

HSL color Cylindrical-coordinate representation of color #A04690: hue angle of 310.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04690 is Cyan = 0, Magento = 0.56, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16070144-
CMYK00.560.10.37
HSL310.67º39.13%45.1%-
HSV(B)310.67º56.25%62.75%-
XYZ21.7213.8727.92-
YUV105.35149.82166.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=42.78%
G=18.72%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607014400.560.10.37310.6739.1345.1
HexA04690038A25137272d
Octal24010622007012454674755
Binary1010000010001101001000001110001010100101100110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04690; }

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

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

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

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

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

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

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

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