#A7479C

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

Shades of Violet Blue #A7479C

Tints of Violet Blue #A7479C

Color information

#A7479C (or 0xA7479C) is unknown color: approx Violet Blue. HEX triplet: A7, 47 and 9C. RGB value is (167,71,156). Sum of RGB (Red+Green+Blue) = 167+71+156=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7479C is #58B863. Grayscale: #6D6D6D. Windows color (decimal): -5814372 or 10241959. OLE color: 10241959.

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

Color convert

RGB16771156-
CMYK00.570.070.35
HSL306.88º40.34%46.67%-
HSV(B)306.88º57.49%65.49%-
XYZ24.1915.1233.1-
YUV109.39154.3169.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=42.39%
G=18.02%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677115600.570.070.35306.8840.3446.67
HexA7479C039723133282f
Octal2471072340717434635057
Binary101001111000111100111000111001111100011100110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7479C; }

 p { color: rgb(167,71,156); }

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

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

 a { background-color: rgb(167,71,156); }

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

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

 span { border-color: rgb(167,71,156); }

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