#A058AD

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

Shades of Violet Blue #A058AD

Tints of Violet Blue #A058AD

Color information

#A058AD (or 0xA058AD) is unknown color: approx Violet Blue. HEX triplet: A0, 58 and AD. RGB value is (160,88,173). Sum of RGB (Red+Green+Blue) = 160+88+173=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #A058AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A058AD is #5FA752. Grayscale: #767676. Windows color (decimal): -6268755 or 11360416. OLE color: 11360416.

HSL color Cylindrical-coordinate representation of color #A058AD: hue angle of 290.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A058AD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16088173-
CMYK0.080.4900.32
HSL290.82º34.14%51.18%-
HSV(B)290.82º49.13%67.84%-
XYZ25.5317.4741.56-
YUV119.22158.35157.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=38.00%
G=20.90%
B=41.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160881730.080.4900.32290.8234.1451.18
HexA058AD8310201232233
Octal24013025510610404434263
Binary1010000010110001010110110001100010100000100100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058AD; }

 p { color: rgb(160,88,173); }

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

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

 a { background-color: rgb(160,88,173); }

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

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

 span { border-color: rgb(160,88,173); }

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