#A95BAB

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

Shades of Violet Blue #A95BAB

Tints of Violet Blue #A95BAB

Color information

#A95BAB (or 0xA95BAB) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and AB. RGB value is (169,91,171). Sum of RGB (Red+Green+Blue) = 169+91+171=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A95BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BAB is #56A454. Grayscale: #7B7B7B. Windows color (decimal): -5678165 or 11230121. OLE color: 11230121.

HSL color Cylindrical-coordinate representation of color #A95BAB: hue angle of 298.5º 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 #A95BAB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16991171-
CMYK0.010.4700.33
HSL298.5º32.26%51.37%-
HSV(B)298.5º46.78%67.06%-
XYZ27.4518.8640.72-
YUV123.44154.84160.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=39.21%
G=21.11%
B=39.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169911710.010.4700.33298.532.2651.37
HexA95BAB12F02112a2033
Octal2511332531570414524063
Binary1010100110110111010101111011110100001100101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BAB; }

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

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

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

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

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

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

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

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