#A04B9B

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

Shades of Violet Blue #A04B9B

Tints of Violet Blue #A04B9B

Color information

#A04B9B (or 0xA04B9B) is unknown color: approx Violet Blue. HEX triplet: A0, 4B and 9B. RGB value is (160,75,155). Sum of RGB (Red+Green+Blue) = 160+75+155=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B9B is #5FB464. Grayscale: #6D6D6D. Windows color (decimal): -6272101 or 10177440. OLE color: 10177440.

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

Color convert

RGB16075155-
CMYK00.530.030.37
HSL303.53º36.17%46.08%-
HSV(B)303.53º53.12%62.75%-
XYZ22.9314.8732.67-
YUV109.54153.66164-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=41.03%
G=19.23%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607515500.530.030.37303.5336.1746.08
HexA04B9B035325130242e
Octal2401132330653454604456
Binary10100000100101110011011011010111100101100110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B9B; }

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

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

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

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

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

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

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

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