#A16398

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

Shades of Violet Blue #A16398

Tints of Violet Blue #A16398

Color information

#A16398 (or 0xA16398) is unknown color: approx Violet Blue. HEX triplet: A1, 63 and 98. RGB value is (161,99,152). Sum of RGB (Red+Green+Blue) = 161+99+152=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16398 is #5E9C67. Grayscale: #7B7B7B. Windows color (decimal): -6200424 or 9986977. OLE color: 9986977.

HSL color Cylindrical-coordinate representation of color #A16398: hue angle of 308.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16398 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16199152-
CMYK00.390.060.37
HSL308.71º24.8%50.98%-
HSV(B)308.71º38.51%63.14%-
XYZ24.8318.7732.02-
YUV123.58144.04154.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=39.08%
G=24.03%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619915200.390.060.37308.7124.850.98
HexA163980276251351933
Octal2411432300476454653163
Binary10100001110001110011000010011111010010110011010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16398; }

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

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

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

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

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

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

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

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