#A74EA3

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

Shades of Violet Blue #A74EA3

Tints of Violet Blue #A74EA3

Color information

#A74EA3 (or 0xA74EA3) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and A3. RGB value is (167,78,163). Sum of RGB (Red+Green+Blue) = 167+78+163=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A74EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EA3 is #58B15C. Grayscale: #727272. Windows color (decimal): -5812573 or 10702503. OLE color: 10702503.

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

Color convert

RGB16778163-
CMYK00.530.020.35
HSL302.7º36.33%48.04%-
HSV(B)302.7º53.29%65.49%-
XYZ25.2716.3136.47-
YUV114.3155.49165.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=40.93%
G=19.12%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677816300.530.020.35302.736.3348.04
HexA74EA303522312f2430
Octal2471162430652434574460
Binary10100111100111010100011011010110100011100101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EA3; }

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

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

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

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

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

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

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

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