#A7489F

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

Shades of Violet Blue #A7489F

Tints of Violet Blue #A7489F

Color information

#A7489F (or 0xA7489F) is unknown color: approx Violet Blue. HEX triplet: A7, 48 and 9F. RGB value is (167,72,159). Sum of RGB (Red+Green+Blue) = 167+72+159=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A7489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7489F is #58B760. Grayscale: #6E6E6E. Windows color (decimal): -5814113 or 10438823. OLE color: 10438823.

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

Color convert

RGB16772159-
CMYK00.570.050.35
HSL305.05º39.75%46.86%-
HSV(B)305.05º56.89%65.49%-
XYZ24.5115.3534.47-
YUV110.32155.47168.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=41.96%
G=18.09%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677215900.570.050.35305.0539.7546.86
HexA7489F039523131282f
Octal2471102370715434615057
Binary101001111001000100111110111001101100011100110001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7489F; }

 p { color: rgb(167,72,159); }

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

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

 a { background-color: rgb(167,72,159); }

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

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

 span { border-color: rgb(167,72,159); }

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