#A96398

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

Shades of Violet Blue #A96398

Tints of Violet Blue #A96398

Color information

#A96398 (or 0xA96398) is unknown color: approx Violet Blue. HEX triplet: A9, 63 and 98. RGB value is (169,99,152). Sum of RGB (Red+Green+Blue) = 169+99+152=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96398 is #569C67. Grayscale: #7D7D7D. Windows color (decimal): -5676136 or 9986985. OLE color: 9986985.

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

Color convert

RGB16999152-
CMYK00.410.100.34
HSL314.57º28.93%52.55%-
HSV(B)314.57º41.42%66.27%-
XYZ26.4919.6332.1-
YUV125.97142.69158.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=40.24%
G=23.57%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699915200.410.100.34314.5728.9352.55
HexA96398029A2213b1d35
Octal25114323005112424733565
Binary101010011100011100110000101001101010001010011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96398; }

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

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

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

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

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

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

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

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