#a7489d

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

Shades of Violet Blue #A7489D

Tints of Violet Blue #A7489D

Color information

#A7489D (or 0xA7489D) is unknown color: approx Violet Blue. HEX triplet: A7, 48 and 9D. RGB value is (167,72,157). Sum of RGB (Red+Green+Blue) = 167+72+157=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7489D is #58B762. Grayscale: #6D6D6D. Windows color (decimal): -5814115 or 10307751. OLE color: 10307751.

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

Color convert

RGB16772157-
CMYK00.570.060.35
HSL306.32º39.75%46.86%-
HSV(B)306.32º56.89%65.49%-
XYZ24.3415.2833.57-
YUV110.1154.47168.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=42.17%
G=18.18%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677215700.570.060.35306.3239.7546.86
HexA7489D039623132282f
Octal2471102350716434625057
Binary101001111001000100111010111001110100011100110010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7489d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7489d; }

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

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

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

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

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

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

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

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