#a95fa5

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

Shades of Violet Blue #A95FA5

Tints of Violet Blue #A95FA5

Color information

#A95FA5 (or 0xA95FA5) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and A5. RGB value is (169,95,165). Sum of RGB (Red+Green+Blue) = 169+95+165=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A95FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FA5 is #56A05A. Grayscale: #7C7C7C. Windows color (decimal): -5677147 or 10837929. OLE color: 10837929.

HSL color Cylindrical-coordinate representation of color #A95FA5: hue angle of 303.24º 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 #A95FA5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16995165-
CMYK00.440.020.34
HSL303.24º30.08%51.76%-
HSV(B)303.24º43.79%66.27%-
XYZ27.2519.3437.89-
YUV125.11150.52159.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=39.39%
G=22.14%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699516500.440.020.34303.2430.0851.76
HexA95FA502C22212f1e34
Octal2511372450542424573664
Binary1010100110111111010010101011001010001010010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a95fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a95fa5; }

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

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

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

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

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

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

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

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