#A05BAB

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

Shades of Violet Blue #A05BAB

Tints of Violet Blue #A05BAB

Color information

#A05BAB (or 0xA05BAB) is unknown color: approx Violet Blue. HEX triplet: A0, 5B and AB. RGB value is (160,91,171). Sum of RGB (Red+Green+Blue) = 160+91+171=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAB is #5FA454. Grayscale: #787878. Windows color (decimal): -6267989 or 11230112. OLE color: 11230112.

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

Color convert

RGB16091171-
CMYK0.060.4700.33
HSL291.75º32.26%51.37%-
HSV(B)291.75º46.78%67.06%-
XYZ25.5917.940.63-
YUV120.75156.36156-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=37.91%
G=21.56%
B=40.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160911710.060.4700.33291.7532.2651.37
HexA05BAB62F0211242033
Octal2401332536570414444063
Binary101000001011011101010111101011110100001100100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BAB; }

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

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

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

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

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

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

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

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