#A74F8F

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

Shades of Violet Blue #A74F8F

Tints of Violet Blue #A74F8F

Color information

#A74F8F (or 0xA74F8F) is unknown color: approx Violet Blue. HEX triplet: A7, 4F and 8F. RGB value is (167,79,143). Sum of RGB (Red+Green+Blue) = 167+79+143=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F8F is #58B070. Grayscale: #707070. Windows color (decimal): -5812337 or 9392039. OLE color: 9392039.

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

Color convert

RGB16779143-
CMYK00.530.140.35
HSL316.36º35.77%48.24%-
HSV(B)316.36º52.69%65.49%-
XYZ23.6915.7927.79-
YUV112.61145.15166.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=42.93%
G=20.31%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677914300.530.140.35316.3635.7748.24
HexA74F8F035E2313c2430
Octal24711721706516434744460
Binary1010011110011111000111101101011110100011100111100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F8F; }

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

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

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

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

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

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

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

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