#a9489d

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

Shades of Violet Blue #A9489D

Tints of Violet Blue #A9489D

Color information

#A9489D (or 0xA9489D) is unknown color: approx Violet Blue. HEX triplet: A9, 48 and 9D. RGB value is (169,72,157). Sum of RGB (Red+Green+Blue) = 169+72+157=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 169 - color contains mainly: red. Hex color #A9489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9489D is #56B762. Grayscale: #6E6E6E. Windows color (decimal): -5683043 or 10307753. OLE color: 10307753.

HSL color Cylindrical-coordinate representation of color #A9489D: hue angle of 307.42º 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 #A9489D is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16972157-
CMYK00.570.070.34
HSL307.42º40.25%47.25%-
HSV(B)307.42º57.4%66.27%-
XYZ24.7715.533.59-
YUV110.69154.14169.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=42.46%
G=18.09%
B=39.45%

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
Decimal1697215700.570.070.34307.4240.2547.25
HexA9489D039722133282f
Octal2511102350717424635057
Binary101010011001000100111010111001111100010100110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9489d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9489d; }

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

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

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

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

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

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

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

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