#A055AC

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

Shades of Violet Blue #A055AC

Tints of Violet Blue #A055AC

Color information

#A055AC (or 0xA055AC) is unknown color: approx Violet Blue. HEX triplet: A0, 55 and AC. RGB value is (160,85,172). Sum of RGB (Red+Green+Blue) = 160+85+172=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #A055AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055AC is #5FAA53. Grayscale: #757575. Windows color (decimal): -6269524 or 11294112. OLE color: 11294112.

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

Color convert

RGB16085172-
CMYK0.070.5100.33
HSL291.72º34.39%50.39%-
HSV(B)291.72º50.58%67.45%-
XYZ25.1916.9540.97-
YUV117.34158.85158.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=38.37%
G=20.38%
B=41.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160851720.070.5100.33291.7234.3950.39
HexA055AC7330211242232
Octal2401252547630414444262
Binary101000001010101101011001111100110100001100100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055AC; }

 p { color: rgb(160,85,172); }

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

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

 a { background-color: rgb(160,85,172); }

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

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

 span { border-color: rgb(160,85,172); }

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