#A249A0

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

Shades of Violet Blue #A249A0

Tints of Violet Blue #A249A0

Color information

#A249A0 (or 0xA249A0) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and A0. RGB value is (162,73,160). Sum of RGB (Red+Green+Blue) = 162+73+160=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A249A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249A0 is #5DB65F. Grayscale: #6D6D6D. Windows color (decimal): -6141536 or 10504610. OLE color: 10504610.

HSL color Cylindrical-coordinate representation of color #A249A0: hue angle of 301.35º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A249A0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16273160-
CMYK00.550.010.36
HSL301.35º37.87%46.08%-
HSV(B)301.35º54.94%63.53%-
XYZ23.6314.9834.9-
YUV109.53156.49165.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=41.01%
G=18.48%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627316000.550.010.36301.3537.8746.08
HexA249A003712412d262e
Octal2421112400671444554656
Binary1010001010010011010000001101111100100100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A249A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A249A0; }

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

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

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

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

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

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

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

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