#A96598

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

Shades of Violet Blue #A96598

Tints of Violet Blue #A96598

Color information

#A96598 (or 0xA96598) is unknown color: approx Violet Blue. HEX triplet: A9, 65 and 98. RGB value is (169,101,152). Sum of RGB (Red+Green+Blue) = 169+101+152=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A96598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96598 is #569A67. Grayscale: #7F7F7F. Windows color (decimal): -5675624 or 9987497. OLE color: 9987497.

HSL color Cylindrical-coordinate representation of color #A96598: hue angle of 315º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96598 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169101152-
CMYK00.400.100.34
HSL315º28.33%52.94%-
HSV(B)315º40.24%66.27%-
XYZ26.6820.0132.16-
YUV127.15142.03157.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=40.05%
G=23.93%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910115200.400.100.3431528.3352.94
HexA96598028A2213b1c35
Octal25114523005012424733465
Binary101010011100101100110000101000101010001010011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96598; }

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

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

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

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

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

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

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

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