#A04BAB

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

Shades of Violet Blue #A04BAB

Tints of Violet Blue #A04BAB

Color information

#A04BAB (or 0xA04BAB) is unknown color: approx Violet Blue. HEX triplet: A0, 4B and AB. RGB value is (160,75,171). Sum of RGB (Red+Green+Blue) = 160+75+171=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAB is #5FB454. Grayscale: #6F6F6F. Windows color (decimal): -6272085 or 11226016. OLE color: 11226016.

HSL color Cylindrical-coordinate representation of color #A04BAB: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04BAB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16075171-
CMYK0.060.5600.33
HSL293.12º39.02%48.24%-
HSV(B)293.12º56.14%67.06%-
XYZ24.3615.4540.23-
YUV111.36161.66162.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=39.41%
G=18.47%
B=42.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160751710.060.5600.33293.1239.0248.24
HexA04BAB6380211252730
Octal2401132536700414454760
Binary101000001001011101010111101110000100001100100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BAB; }

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

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

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

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

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

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

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

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