#a95faf

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

Shades of Violet Blue #A95FAF

Tints of Violet Blue #A95FAF

Color information

#A95FAF (or 0xA95FAF) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and AF. RGB value is (169,95,175). Sum of RGB (Red+Green+Blue) = 169+95+175=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FAF is #56A050. Grayscale: #7E7E7E. Windows color (decimal): -5677137 or 11493289. OLE color: 11493289.

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

Color convert

RGB16995175-
CMYK0.030.4600.31
HSL295.5º33.33%52.94%-
HSV(B)295.5º45.71%68.63%-
XYZ28.1919.7142.88-
YUV126.25155.52158.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=38.50%
G=21.64%
B=39.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169951750.030.4600.31295.533.3352.94
HexA95FAF32E01F1282135
Octal2511372573560374504165
Binary1010100110111111010111111101110011111100101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95faf; }

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

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

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

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

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

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

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

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