#A2489E

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

Shades of Violet Blue #A2489E

Tints of Violet Blue #A2489E

Color information

#A2489E (or 0xA2489E) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 9E. RGB value is (162,72,158). Sum of RGB (Red+Green+Blue) = 162+72+158=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2489E is #5DB761. Grayscale: #6C6C6C. Windows color (decimal): -6141794 or 10373282. OLE color: 10373282.

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

Color convert

RGB16272158-
CMYK00.560.020.36
HSL302.67º38.46%45.88%-
HSV(B)302.67º55.56%63.53%-
XYZ23.3914.7833.97-
YUV108.71155.82166.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=41.33%
G=18.37%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627215800.560.020.36302.6738.4645.88
HexA2489E03822412f262e
Octal2421102360702444574656
Binary10100010100100010011110011100010100100100101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2489E; }

 p { color: rgb(162,72,158); }

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

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

 a { background-color: rgb(162,72,158); }

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

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

 span { border-color: rgb(162,72,158); }

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