#A2548E

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

Shades of Violet Blue #A2548E

Tints of Violet Blue #A2548E

Color information

#A2548E (or 0xA2548E) is unknown color: approx Violet Blue. HEX triplet: A2, 54 and 8E. RGB value is (162,84,142). Sum of RGB (Red+Green+Blue) = 162+84+142=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2548E is #5DAB71. Grayscale: #717171. Windows color (decimal): -6138738 or 9327778. OLE color: 9327778.

HSL color Cylindrical-coordinate representation of color #A2548E: hue angle of 315.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2548E is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16284142-
CMYK00.480.120.36
HSL315.38º31.71%48.24%-
HSV(B)315.38º48.15%63.53%-
XYZ22.9515.9827.46-
YUV113.93143.84162.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=41.75%
G=21.65%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628414200.480.120.36315.3831.7148.24
HexA2548E030C2413b2030
Octal24212421606014444734060
Binary1010001010101001000111001100001100100100100111011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2548E; }

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

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

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

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

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

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

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

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