#A949AB

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

Shades of Violet Blue #A949AB

Tints of Violet Blue #A949AB

Color information

#A949AB (or 0xA949AB) is unknown color: approx Violet Blue. HEX triplet: A9, 49 and AB. RGB value is (169,73,171). Sum of RGB (Red+Green+Blue) = 169+73+171=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A949AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949AB is #56B654. Grayscale: #707070. Windows color (decimal): -5682773 or 11225513. OLE color: 11225513.

HSL color Cylindrical-coordinate representation of color #A949AB: hue angle of 298.78º 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 #A949AB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16973171-
CMYK0.010.5700.33
HSL298.78º40.16%47.84%-
HSV(B)298.78º57.31%67.06%-
XYZ26.116.1440.27-
YUV112.88160.8168.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=40.92%
G=17.68%
B=41.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169731710.010.5700.33298.7840.1647.84
HexA949AB13902112b2830
Octal2511112531710414535060
Binary1010100110010011010101111110010100001100101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949AB; }

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

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

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

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

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

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

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

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