#A8489D

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

Shades of Violet Blue #A8489D

Tints of Violet Blue #A8489D

Color information

#A8489D (or 0xA8489D) is unknown color: approx Violet Blue. HEX triplet: A8, 48 and 9D. RGB value is (168,72,157). Sum of RGB (Red+Green+Blue) = 168+72+157=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8489D is #57B762. Grayscale: #6E6E6E. Windows color (decimal): -5748579 or 10307752. OLE color: 10307752.

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

Color convert

RGB16872157-
CMYK00.570.070.34
HSL306.88º40%47.06%-
HSV(B)306.88º57.14%65.88%-
XYZ24.5515.3933.58-
YUV110.39154.3169.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=42.32%
G=18.14%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687215700.570.070.34306.884047.06
HexA8489D039722133282f
Octal2501102350717424635057
Binary101010001001000100111010111001111100010100110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8489D; }

 p { color: rgb(168,72,157); }

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

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

 a { background-color: rgb(168,72,157); }

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

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

 span { border-color: rgb(168,72,157); }

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