#A74099

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

Shades of Violet Blue #A74099

Tints of Violet Blue #A74099

Color information

#A74099 (or 0xA74099) is unknown color: approx Violet Blue. HEX triplet: A7, 40 and 99. RGB value is (167,64,153). Sum of RGB (Red+Green+Blue) = 167+64+153=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A74099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74099 is #58BF66. Grayscale: #686868. Windows color (decimal): -5816167 or 10043559. OLE color: 10043559.

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

Color convert

RGB16764153-
CMYK00.620.080.35
HSL308.16º44.59%45.29%-
HSV(B)308.16º61.68%65.49%-
XYZ23.5214.1831.63-
YUV104.94155.12172.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=43.49%
G=16.67%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676415300.620.080.35308.1644.5945.29
HexA7409903E8231342d2d
Octal24710023107610434645555
Binary1010011110000001001100101111101000100011100110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74099; }

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

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

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

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

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

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

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

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