#A95BAF

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

Shades of Violet Blue #A95BAF

Tints of Violet Blue #A95BAF

Color information

#A95BAF (or 0xA95BAF) is unknown color: approx Violet Blue. HEX triplet: A9, 5B and AF. RGB value is (169,91,175). Sum of RGB (Red+Green+Blue) = 169+91+175=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95BAF is #56A450. Grayscale: #7B7B7B. Windows color (decimal): -5678161 or 11492265. OLE color: 11492265.

HSL color Cylindrical-coordinate representation of color #A95BAF: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95BAF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16991175-
CMYK0.030.4800.31
HSL295.71º34.43%52.16%-
HSV(B)295.71º48%68.63%-
XYZ27.8419.0142.76-
YUV123.9156.84160.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=38.85%
G=20.92%
B=40.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169911750.030.4800.31295.7134.4352.16
HexA95BAF33001F1282234
Octal2511332573600374504264
Binary1010100110110111010111111110000011111100101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BAF; }

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

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

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

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

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

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

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

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