#A7499B

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

Shades of Violet Blue #A7499B

Tints of Violet Blue #A7499B

Color information

#A7499B (or 0xA7499B) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and 9B. RGB value is (167,73,155). Sum of RGB (Red+Green+Blue) = 167+73+155=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7499B is #58B664. Grayscale: #6E6E6E. Windows color (decimal): -5813861 or 10176935. OLE color: 10176935.

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

Color convert

RGB16773155-
CMYK00.560.070.35
HSL307.66º39.17%47.06%-
HSV(B)307.66º56.29%65.49%-
XYZ24.2415.3532.7-
YUV110.45153.14168.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=42.28%
G=18.48%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677315500.560.070.35307.6639.1747.06
HexA7499B038723134272f
Octal2471112330707434644757
Binary101001111001001100110110111000111100011100110100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7499B; }

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

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

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

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

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

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

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

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