#A249AB

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

Shades of Violet Blue #A249AB

Tints of Violet Blue #A249AB

Color information

#A249AB (or 0xA249AB) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and AB. RGB value is (162,73,171). Sum of RGB (Red+Green+Blue) = 162+73+171=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A249AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249AB is #5DB654. Grayscale: #6E6E6E. Windows color (decimal): -6141525 or 11225506. OLE color: 11225506.

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

Color convert

RGB16273171-
CMYK0.050.5700.33
HSL294.49º40.16%47.84%-
HSV(B)294.49º57.31%67.06%-
XYZ24.6315.3940.2-
YUV110.78161.99164.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=39.90%
G=17.98%
B=42.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162731710.050.5700.33294.4940.1647.84
HexA249AB5390211262830
Octal2421112535710414465060
Binary101000101001001101010111011110010100001100100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249AB; }

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

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

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

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

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

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

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

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