#A0458D

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

Shades of Violet Blue #A0458D

Tints of Violet Blue #A0458D

Color information

#A0458D (or 0xA0458D) is unknown color: approx Violet Blue. HEX triplet: A0, 45 and 8D. RGB value is (160,69,141). Sum of RGB (Red+Green+Blue) = 160+69+141=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0458D is #5FBA72. Grayscale: #686868. Windows color (decimal): -6273651 or 9258400. OLE color: 9258400.

HSL color Cylindrical-coordinate representation of color #A0458D: hue angle of 312.53º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0458D is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16069141-
CMYK00.570.120.37
HSL312.53º39.74%44.9%-
HSV(B)312.53º56.88%62.75%-
XYZ21.4313.6526.7-
YUV104.42148.65167.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=43.24%
G=18.65%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606914100.570.120.37312.5339.7444.9
HexA0458D039C25139282d
Octal24010521507114454715055
Binary1010000010001011000110101110011100100101100111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0458D; }

 p { color: rgb(160,69,141); }

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

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

 a { background-color: rgb(160,69,141); }

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

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

 span { border-color: rgb(160,69,141); }

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