#A249AD

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

Shades of Violet Blue #A249AD

Tints of Violet Blue #A249AD

Color information

#A249AD (or 0xA249AD) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and AD. RGB value is (162,73,173). Sum of RGB (Red+Green+Blue) = 162+73+173=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A249AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249AD is #5DB652. Grayscale: #6E6E6E. Windows color (decimal): -6141523 or 11356578. OLE color: 11356578.

HSL color Cylindrical-coordinate representation of color #A249AD: hue angle of 293.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 #A249AD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16273173-
CMYK0.060.5800.32
HSL293.4º40.65%48.24%-
HSV(B)293.4º57.8%67.84%-
XYZ24.8315.4641.21-
YUV111.01162.99164.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=39.71%
G=17.89%
B=42.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162731730.060.5800.32293.440.6548.24
HexA249AD63A0201252930
Octal2421112556720404455160
Binary101000101001001101011011101110100100000100100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249AD; }

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

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

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

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

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

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

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

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