#A74696

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

Shades of Violet Blue #A74696

Tints of Violet Blue #A74696

Color information

#A74696 (or 0xA74696) is unknown color: approx Violet Blue. HEX triplet: A7, 46 and 96. RGB value is (167,70,150). Sum of RGB (Red+Green+Blue) = 167+70+150=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74696 is #58B969. Grayscale: #6B6B6B. Windows color (decimal): -5814634 or 9848487. OLE color: 9848487.

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

Color convert

RGB16770150-
CMYK00.580.100.35
HSL310.52º40.93%46.47%-
HSV(B)310.52º58.08%65.49%-
XYZ23.6314.830.46-
YUV108.12151.64170-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=43.15%
G=18.09%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677015000.580.100.35310.5240.9346.47
HexA7469603AA23137292e
Octal24710622607212434675156
Binary1010011110001101001011001110101010100011100110111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74696; }

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

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

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

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

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

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

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

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