#A74F94

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

Shades of Violet Blue #A74F94

Tints of Violet Blue #A74F94

Color information

#A74F94 (or 0xA74F94) is unknown color: approx Violet Blue. HEX triplet: A7, 4F and 94. RGB value is (167,79,148). Sum of RGB (Red+Green+Blue) = 167+79+148=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74F94 is #58B06B. Grayscale: #707070. Windows color (decimal): -5812332 or 9719719. OLE color: 9719719.

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

Color convert

RGB16779148-
CMYK00.530.110.35
HSL312.95º35.77%48.24%-
HSV(B)312.95º52.69%65.49%-
XYZ24.0815.9529.83-
YUV113.18147.65166.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=42.39%
G=20.05%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677914800.530.110.35312.9535.7748.24
HexA74F94035B231392430
Octal24711722406513434714460
Binary1010011110011111001010001101011011100011100111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F94; }

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

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

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

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

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

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

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

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