#A2499D

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

Shades of Violet Blue #A2499D

Tints of Violet Blue #A2499D

Color information

#A2499D (or 0xA2499D) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 9D. RGB value is (162,73,157). Sum of RGB (Red+Green+Blue) = 162+73+157=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499D is #5DB662. Grayscale: #6C6C6C. Windows color (decimal): -6141539 or 10308002. OLE color: 10308002.

HSL color Cylindrical-coordinate representation of color #A2499D: hue angle of 303.37º 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 #A2499D is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16273157-
CMYK00.550.030.36
HSL303.37º37.87%46.08%-
HSV(B)303.37º54.94%63.53%-
XYZ23.3714.8833.54-
YUV109.19154.99165.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=41.33%
G=18.62%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627315700.550.030.36303.3737.8746.08
HexA2499D03732412f262e
Octal2421112350673444574656
Binary10100010100100110011101011011111100100100101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2499D; }

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

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

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

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

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

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

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

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