#A2558F

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

Shades of Violet Blue #A2558F

Tints of Violet Blue #A2558F

Color information

#A2558F (or 0xA2558F) is unknown color: approx Violet Blue. HEX triplet: A2, 55 and 8F. RGB value is (162,85,143). Sum of RGB (Red+Green+Blue) = 162+85+143=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2558F is #5DAA70. Grayscale: #727272. Windows color (decimal): -6138481 or 9393570. OLE color: 9393570.

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

Color convert

RGB16285143-
CMYK00.480.120.36
HSL314.81º31.17%48.43%-
HSV(B)314.81º47.53%63.53%-
XYZ23.1116.1627.89-
YUV114.64144.01161.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=41.54%
G=21.79%
B=36.67%

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
Decimal1628514300.480.120.36314.8131.1748.43
HexA2558F030C2413b1f30
Octal24212521706014444733760
Binary101000101010101100011110110000110010010010011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2558F; }

 p { color: rgb(162,85,143); }

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

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

 a { background-color: rgb(162,85,143); }

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

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

 span { border-color: rgb(162,85,143); }

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