#A74699

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

Shades of Violet Blue #A74699

Tints of Violet Blue #A74699

Color information

#A74699 (or 0xA74699) is unknown color: approx Violet Blue. HEX triplet: A7, 46 and 99. RGB value is (167,70,153). Sum of RGB (Red+Green+Blue) = 167+70+153=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A74699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74699 is #58B966. Grayscale: #6C6C6C. Windows color (decimal): -5814631 or 10045095. OLE color: 10045095.

HSL color Cylindrical-coordinate representation of color #A74699: hue angle of 308.66º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74699 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16770153-
CMYK00.580.080.35
HSL308.66º40.93%46.47%-
HSV(B)308.66º58.08%65.49%-
XYZ23.8814.931.75-
YUV108.46153.14169.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=42.82%
G=17.95%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677015300.580.080.35308.6640.9346.47
HexA7469903A823135292e
Octal24710623107210434655156
Binary1010011110001101001100101110101000100011100110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74699; }

 p { color: rgb(167,70,153); }

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

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

 a { background-color: rgb(167,70,153); }

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

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

 span { border-color: rgb(167,70,153); }

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