#A95BAD

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

Shades of Violet Blue #A95BAD

Tints of Violet Blue #A95BAD

Color information

#A95BAD (or 0xA95BAD) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and AD. RGB value is (169,91,173). Sum of RGB (Red+Green+Blue) = 169+91+173=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A95BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BAD is #56A452. Grayscale: #7B7B7B. Windows color (decimal): -5678163 or 11361193. OLE color: 11361193.

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

Color convert

RGB16991173-
CMYK0.020.4700.32
HSL297.07º33.33%51.76%-
HSV(B)297.07º47.4%67.84%-
XYZ27.6518.9341.73-
YUV123.67155.84160.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=39.03%
G=21.02%
B=39.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169911730.020.4700.32297.0733.3351.76
HexA95BAD22F0201292134
Octal2511332552570404514164
Binary10101001101101110101101101011110100000100101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BAD; }

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

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

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

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

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

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

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

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