#A74DA2

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

Shades of Violet Blue #A74DA2

Tints of Violet Blue #A74DA2

Color information

#A74DA2 (or 0xA74DA2) is unknown color: approx Violet Blue. HEX triplet: A7, 4D and A2. RGB value is (167,77,162). Sum of RGB (Red+Green+Blue) = 167+77+162=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A74DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74DA2 is #58B25D. Grayscale: #717171. Windows color (decimal): -5812830 or 10636711. OLE color: 10636711.

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

Color convert

RGB16777162-
CMYK00.540.030.35
HSL303.33º36.89%47.84%-
HSV(B)303.33º53.89%65.49%-
XYZ25.1116.1335.97-
YUV113.6155.32166.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=41.13%
G=18.97%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677716200.540.030.35303.3336.8947.84
HexA74DA203632312f2530
Octal2471152420663434574560
Binary10100111100110110100010011011011100011100101111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74DA2; }

 p { color: rgb(167,77,162); }

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

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

 a { background-color: rgb(167,77,162); }

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

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

 span { border-color: rgb(167,77,162); }

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