#A95D98

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

Shades of Violet Blue #A95D98

Tints of Violet Blue #A95D98

Color information

#A95D98 (or 0xA95D98) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and 98. RGB value is (169,93,152). Sum of RGB (Red+Green+Blue) = 169+93+152=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D98 is #56A267. Grayscale: #7A7A7A. Windows color (decimal): -5677672 or 9985449. OLE color: 9985449.

HSL color Cylindrical-coordinate representation of color #A95D98: hue angle of 313.42º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A95D98 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB16993152-
CMYK00.450.100.34
HSL313.42º30.65%51.37%-
HSV(B)313.42º44.97%66.27%-
XYZ25.9418.5331.92-
YUV122.45144.68161.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=40.82%
G=22.46%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699315200.450.100.34313.4230.6551.37
HexA95D9802DA221391f33
Octal25113523005512424713763
Binary101010011011101100110000101101101010001010011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D98; }

 p { color: rgb(169,93,152); }

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

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

 a { background-color: rgb(169,93,152); }

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

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

 span { border-color: rgb(169,93,152); }

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