#A95FA3

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

Shades of Violet Blue #A95FA3

Tints of Violet Blue #A95FA3

Color information

#A95FA3 (or 0xA95FA3) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and A3. RGB value is (169,95,163). Sum of RGB (Red+Green+Blue) = 169+95+163=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A95FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FA3 is #56A05C. Grayscale: #7C7C7C. Windows color (decimal): -5677149 or 10706857. OLE color: 10706857.

HSL color Cylindrical-coordinate representation of color #A95FA3: hue angle of 304.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95FA3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16995163-
CMYK00.440.040.34
HSL304.86º30.08%51.76%-
HSV(B)304.86º43.79%66.27%-
XYZ27.0719.2636.94-
YUV124.88149.52159.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=39.58%
G=22.25%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699516300.440.040.34304.8630.0851.76
HexA95FA302C4221311e34
Octal2511372430544424613664
Binary10101001101111110100011010110010010001010011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FA3; }

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

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

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

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

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

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

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

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