#A95998

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

Shades of Violet Blue #A95998

Tints of Violet Blue #A95998

Color information

#A95998 (or 0xA95998) is unknown color: approx Violet Blue. HEX triplet: A9, 59 and 98. RGB value is (169,89,152). Sum of RGB (Red+Green+Blue) = 169+89+152=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A95998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95998 is #56A667. Grayscale: #777777. Windows color (decimal): -5678696 or 9984425. OLE color: 9984425.

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

Color convert

RGB16989152-
CMYK00.470.100.34
HSL312.75º31.75%50.59%-
HSV(B)312.75º47.34%66.27%-
XYZ25.617.8531.8-
YUV120.1146162.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=41.22%
G=21.71%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698915200.470.100.34312.7531.7550.59
HexA9599802FA221392033
Octal25113123005712424714063
Binary1010100110110011001100001011111010100010100111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95998; }

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

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

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

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

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

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

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

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