#A95598

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

Shades of Violet Blue #A95598

Tints of Violet Blue #A95598

Color information

#A95598 (or 0xA95598) is unknown color: approx Violet Blue. HEX triplet: A9, 55 and 98. RGB value is (169,85,152). Sum of RGB (Red+Green+Blue) = 169+85+152=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A95598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95598 is #56AA67. Grayscale: #757575. Windows color (decimal): -5679720 or 9983401. OLE color: 9983401.

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

Color convert

RGB16985152-
CMYK00.500.100.34
HSL312.14º33.07%49.8%-
HSV(B)312.14º49.7%66.27%-
XYZ25.2817.231.69-
YUV117.75147.33164.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=41.63%
G=20.94%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698515200.500.100.34312.1433.0749.8
HexA95598032A221382132
Octal25112523006212424704162
Binary1010100110101011001100001100101010100010100111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95598; }

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

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

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

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

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

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

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

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