#A749AB

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

Shades of Violet Blue #A749AB

Tints of Violet Blue #A749AB

Color information

#A749AB (or 0xA749AB) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and AB. RGB value is (167,73,171). Sum of RGB (Red+Green+Blue) = 167+73+171=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A749AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749AB is #58B654. Grayscale: #6F6F6F. Windows color (decimal): -5813845 or 11225511. OLE color: 11225511.

HSL color Cylindrical-coordinate representation of color #A749AB: hue angle of 297.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A749AB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16773171-
CMYK0.020.5700.33
HSL297.55º40.16%47.84%-
HSV(B)297.55º57.31%67.06%-
XYZ25.6715.9240.25-
YUV112.28161.14167.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=40.63%
G=17.76%
B=41.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167731710.020.5700.33297.5540.1647.84
HexA749AB23902112a2830
Octal2471112532710414525060
Binary10100111100100110101011101110010100001100101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749AB; }

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

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

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

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

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

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

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

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