#A74894

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

Shades of Violet Blue #A74894

Tints of Violet Blue #A74894

Color information

#A74894 (or 0xA74894) is unknown color: approx Violet Blue. HEX triplet: A7, 48 and 94. RGB value is (167,72,148). Sum of RGB (Red+Green+Blue) = 167+72+148=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74894 is #58B76B. Grayscale: #6C6C6C. Windows color (decimal): -5814124 or 9717927. OLE color: 9717927.

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

Color convert

RGB16772148-
CMYK00.570.110.35
HSL312º39.75%46.86%-
HSV(B)312º56.89%65.49%-
XYZ23.614.9929.67-
YUV109.07149.97169.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=43.15%
G=18.60%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677214800.570.110.3531239.7546.86
HexA74894039B23138282f
Octal24711022407113434705057
Binary1010011110010001001010001110011011100011100111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74894; }

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

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

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

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

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

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

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

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