#A95F97

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

Shades of Violet Blue #A95F97

Tints of Violet Blue #A95F97

Color information

#A95F97 (or 0xA95F97) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and 97. RGB value is (169,95,151). Sum of RGB (Red+Green+Blue) = 169+95+151=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95F97 is #56A068. Grayscale: #7B7B7B. Windows color (decimal): -5677161 or 9920425. OLE color: 9920425.

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

Color convert

RGB16995151-
CMYK00.440.110.34
HSL314.59º30.08%51.76%-
HSV(B)314.59º43.79%66.27%-
XYZ26.0418.8531.54-
YUV123.51143.52160.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=40.72%
G=22.89%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699515100.440.110.34314.5930.0851.76
HexA95F9702CB2213b1e34
Octal25113722705413424733664
Binary101010011011111100101110101100101110001010011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F97; }

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

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

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

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

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

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

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

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