#A04092

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

Shades of Violet Blue #A04092

Tints of Violet Blue #A04092

Color information

#A04092 (or 0xA04092) is unknown color: approx Violet Blue. HEX triplet: A0, 40 and 92. RGB value is (160,64,146). Sum of RGB (Red+Green+Blue) = 160+64+146=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A04092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04092 is #5FBF6D. Grayscale: #656565. Windows color (decimal): -6274926 or 9584800. OLE color: 9584800.

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

Color convert

RGB16064146-
CMYK00.60.090.37
HSL308.75º42.86%43.92%-
HSV(B)308.75º60%62.75%-
XYZ21.5213.2228.61-
YUV102.05152.8169.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=43.24%
G=17.30%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606414600.60.090.37308.7542.8643.92
HexA0409203C9251352b2c
Octal24010022207411454655354
Binary1010000010000001001001001111001001100101100110101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04092; }

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

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

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

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

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

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

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

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