#A749AD

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

Shades of Violet Blue #A749AD

Tints of Violet Blue #A749AD

Color information

#A749AD (or 0xA749AD) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and AD. RGB value is (167,73,173). Sum of RGB (Red+Green+Blue) = 167+73+173=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A749AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749AD is #58B652. Grayscale: #707070. Windows color (decimal): -5813843 or 11356583. OLE color: 11356583.

HSL color Cylindrical-coordinate representation of color #A749AD: hue angle of 296.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A749AD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16773173-
CMYK0.030.5800.32
HSL296.4º40.65%48.24%-
HSV(B)296.4º57.8%67.84%-
XYZ25.861641.26-
YUV112.51162.14166.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=40.44%
G=17.68%
B=41.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167731730.030.5800.32296.440.6548.24
HexA749AD33A0201282930
Octal2471112553720404505160
Binary10100111100100110101101111110100100000100101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749AD; }

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

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

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

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

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

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

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

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