#A74EA4

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

Shades of Violet Blue #A74EA4

Tints of Violet Blue #A74EA4

Color information

#A74EA4 (or 0xA74EA4) is unknown color: approx Violet Blue. HEX triplet: A7, 4E and A4. RGB value is (167,78,164). Sum of RGB (Red+Green+Blue) = 167+78+164=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A74EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74EA4 is #58B15B. Grayscale: #727272. Windows color (decimal): -5812572 or 10768039. OLE color: 10768039.

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

Color convert

RGB16778164-
CMYK00.530.020.35
HSL302.02º36.33%48.04%-
HSV(B)302.02º53.29%65.49%-
XYZ25.3616.3436.94-
YUV114.42155.99165.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=40.83%
G=19.07%
B=40.10%

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
Decimal1677816400.530.020.35302.0236.3348.04
HexA74EA403522312e2430
Octal2471162440652434564460
Binary10100111100111010100100011010110100011100101110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74EA4; }

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

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

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

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

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

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

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

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