#A7499D

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

Shades of Violet Blue #A7499D

Tints of Violet Blue #A7499D

Color information

#A7499D (or 0xA7499D) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and 9D. RGB value is (167,73,157). Sum of RGB (Red+Green+Blue) = 167+73+157=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A7499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7499D is #58B662. Grayscale: #6E6E6E. Windows color (decimal): -5813859 or 10308007. OLE color: 10308007.

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

Color convert

RGB16773157-
CMYK00.560.060.35
HSL306.38º39.17%47.06%-
HSV(B)306.38º56.29%65.49%-
XYZ24.415.4133.59-
YUV110.68154.14168.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=42.07%
G=18.39%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677315700.560.060.35306.3839.1747.06
HexA7499D038623132272f
Octal2471112350706434624757
Binary101001111001001100111010111000110100011100110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7499D; }

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

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

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

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

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

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

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

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