#A74F9E

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

Shades of Violet Blue #A74F9E

Tints of Violet Blue #A74F9E

Color information

#A74F9E (or 0xA74F9E) is unknown color: approx Violet Blue. HEX triplet: A7, 4F and 9E. RGB value is (167,79,158). Sum of RGB (Red+Green+Blue) = 167+79+158=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F9E is #58B061. Grayscale: #727272. Windows color (decimal): -5812322 or 10375079. OLE color: 10375079.

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

Color convert

RGB16779158-
CMYK00.530.050.35
HSL306.14º35.77%48.24%-
HSV(B)306.14º52.69%65.49%-
XYZ24.916.2834.18-
YUV114.32152.65165.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=41.34%
G=19.55%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677915800.530.050.35306.1435.7748.24
HexA74F9E0355231322430
Octal2471172360655434624460
Binary101001111001111100111100110101101100011100110010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F9E; }

 p { color: rgb(167,79,158); }

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

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

 a { background-color: rgb(167,79,158); }

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

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

 span { border-color: rgb(167,79,158); }

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