#A74EA2

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

Shades of Violet Blue #A74EA2

Tints of Violet Blue #A74EA2

Color information

#A74EA2 (or 0xA74EA2) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and A2. RGB value is (167,78,162). Sum of RGB (Red+Green+Blue) = 167+78+162=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A74EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EA2 is #58B15D. Grayscale: #717171. Windows color (decimal): -5812574 or 10636967. OLE color: 10636967.

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

Color convert

RGB16778162-
CMYK00.530.030.35
HSL303.37º36.33%48.04%-
HSV(B)303.37º53.29%65.49%-
XYZ25.1816.2736-
YUV114.19154.99165.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=41.03%
G=19.16%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677816200.530.030.35303.3736.3348.04
HexA74EA203532312f2430
Octal2471162420653434574460
Binary10100111100111010100010011010111100011100101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EA2; }

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

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

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

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

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

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

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

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