#A9489B

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

Shades of Violet Blue #A9489B

Tints of Violet Blue #A9489B

Color information

#A9489B (or 0xA9489B) is unknown color: approx Violet Blue. HEX triplet: A9, 48 and 9B. RGB value is (169,72,155). Sum of RGB (Red+Green+Blue) = 169+72+155=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9489B is #56B764. Grayscale: #6E6E6E. Windows color (decimal): -5683045 or 10176681. OLE color: 10176681.

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

Color convert

RGB16972155-
CMYK00.570.080.34
HSL308.66º40.25%47.25%-
HSV(B)308.66º57.4%66.27%-
XYZ24.615.4432.69-
YUV110.46153.14169.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=42.68%
G=18.18%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697215500.570.080.34308.6640.2547.25
HexA9489B039822135282f
Octal25111023307110424655057
Binary1010100110010001001101101110011000100010100110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9489B; }

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

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

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

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

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

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

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

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