#A95F95

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

Shades of Violet Blue #A95F95

Tints of Violet Blue #A95F95

Color information

#A95F95 (or 0xA95F95) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and 95. RGB value is (169,95,149). Sum of RGB (Red+Green+Blue) = 169+95+149=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95F95 is #56A06A. Grayscale: #7B7B7B. Windows color (decimal): -5677163 or 9789353. OLE color: 9789353.

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

Color convert

RGB16995149-
CMYK00.440.120.34
HSL316.22º30.08%51.76%-
HSV(B)316.22º43.79%66.27%-
XYZ25.8818.7930.7-
YUV123.28142.52160.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=40.92%
G=23.00%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699514900.440.120.34316.2230.0851.76
HexA95F9502CC2213c1e34
Octal25113722505414424743664
Binary101010011011111100101010101100110010001010011110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F95; }

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

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

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

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

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

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

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

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