#A46897

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

Shades of Violet Blue #A46897

Tints of Violet Blue #A46897

Color information

#A46897 (or 0xA46897) is unknown color: approx Violet Blue. HEX triplet: A4, 68 and 97. RGB value is (164,104,151). Sum of RGB (Red+Green+Blue) = 164+104+151=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46897 is #5B9768. Grayscale: #7F7F7F. Windows color (decimal): -6002537 or 9922724. OLE color: 9922724.

HSL color Cylindrical-coordinate representation of color #A46897: hue angle of 313º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46897 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164104151-
CMYK00.370.080.36
HSL313º24.79%52.55%-
HSV(B)313º36.59%64.31%-
XYZ25.8520.0331.78-
YUV127.3141.38154.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=39.14%
G=24.82%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410415100.370.080.3631324.7952.55
HexA468970258241391935
Octal24415022704510444713165
Binary101001001101000100101110100101100010010010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46897; }

 p { color: rgb(164,104,151); }

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

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

 a { background-color: rgb(164,104,151); }

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

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

 span { border-color: rgb(164,104,151); }

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