#A04B9A

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

Shades of Violet Blue #A04B9A

Tints of Violet Blue #A04B9A

Color information

#A04B9A (or 0xA04B9A) is unknown color: approx Violet Blue. HEX triplet: A0, 4B and 9A. RGB value is (160,75,154). Sum of RGB (Red+Green+Blue) = 160+75+154=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B9A is #5FB465. Grayscale: #6D6D6D. Windows color (decimal): -6272102 or 10111904. OLE color: 10111904.

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

Color convert

RGB16075154-
CMYK00.530.040.37
HSL304.24º36.17%46.08%-
HSV(B)304.24º53.12%62.75%-
XYZ22.8514.8432.23-
YUV109.42153.16164.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=41.13%
G=19.28%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607515400.530.040.37304.2436.1746.08
HexA04B9A035425130242e
Octal2401132320654454604456
Binary101000001001011100110100110101100100101100110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B9A; }

 p { color: rgb(160,75,154); }

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

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

 a { background-color: rgb(160,75,154); }

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

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

 span { border-color: rgb(160,75,154); }

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