#A058AB

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

Shades of Violet Blue #A058AB

Tints of Violet Blue #A058AB

Color information

#A058AB (or 0xA058AB) is unknown color: approx Violet Blue. HEX triplet: A0, 58 and AB. RGB value is (160,88,171). Sum of RGB (Red+Green+Blue) = 160+88+171=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A058AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A058AB is #5FA754. Grayscale: #767676. Windows color (decimal): -6268757 or 11229344. OLE color: 11229344.

HSL color Cylindrical-coordinate representation of color #A058AB: hue angle of 292.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A058AB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16088171-
CMYK0.060.4900.33
HSL292.05º33.07%50.78%-
HSV(B)292.05º48.54%67.06%-
XYZ25.3417.3940.55-
YUV118.99157.35157.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=38.19%
G=21.00%
B=40.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160881710.060.4900.33292.0533.0750.78
HexA058AB6310211242133
Octal2401302536610414444163
Binary101000001011000101010111101100010100001100100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058AB; }

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

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

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

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

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

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

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

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