#A2498C

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

Shades of Violet Blue #A2498C

Tints of Violet Blue #A2498C

Color information

#A2498C (or 0xA2498C) is unknown color: approx Violet Blue. HEX triplet: A2, 49 and 8C. RGB value is (162,73,140). Sum of RGB (Red+Green+Blue) = 162+73+140=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498C is #5DB673. Grayscale: #6B6B6B. Windows color (decimal): -6141556 or 9193890. OLE color: 9193890.

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

Color convert

RGB16273140-
CMYK00.550.140.36
HSL314.83º37.87%46.08%-
HSV(B)314.83º54.94%63.53%-
XYZ22.0214.3426.42-
YUV107.25146.49167.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=43.2%
G=19.47%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627314000.550.140.36314.8337.8746.08
HexA2498C037E2413b262e
Octal24211121406716444734656
Binary1010001010010011000110001101111110100100100111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2498C; }

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

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

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

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

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

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

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

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