#A749A6

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

Shades of Violet Blue #A749A6

Tints of Violet Blue #A749A6

Color information

#A749A6 (or 0xA749A6) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and A6. RGB value is (167,73,166). Sum of RGB (Red+Green+Blue) = 167+73+166=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A749A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A6 is #58B659. Grayscale: #6F6F6F. Windows color (decimal): -5813850 or 10897831. OLE color: 10897831.

HSL color Cylindrical-coordinate representation of color #A749A6: hue angle of 300.64º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A749A6 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16773166-
CMYK00.560.010.35
HSL300.64º39.17%47.06%-
HSV(B)300.64º56.29%65.49%-
XYZ25.215.7337.79-
YUV111.71158.64167.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=41.13%
G=17.98%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677316600.560.010.35300.6439.1747.06
HexA749A603812312d272f
Octal2471112460701434554757
Binary1010011110010011010011001110001100011100101101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749A6; }

 p { color: rgb(167,73,166); }

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

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

 a { background-color: rgb(167,73,166); }

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

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

 span { border-color: rgb(167,73,166); }

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