#A2498E

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

Shades of Violet Blue #A2498E

Tints of Violet Blue #A2498E

Color information

#A2498E (or 0xA2498E) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 8E. RGB value is (162,73,142). Sum of RGB (Red+Green+Blue) = 162+73+142=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498E is #5DB671. Grayscale: #6B6B6B. Windows color (decimal): -6141554 or 9324962. OLE color: 9324962.

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

Color convert

RGB16273142-
CMYK00.550.120.36
HSL313.48º37.87%46.08%-
HSV(B)313.48º54.94%63.53%-
XYZ22.1714.427.2-
YUV107.48147.49166.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=42.97%
G=19.36%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627314200.550.120.36313.4837.8746.08
HexA2498E037C24139262e
Octal24211121606714444714656
Binary1010001010010011000111001101111100100100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2498E; }

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

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

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

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

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

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

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

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