#A055AD

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

Shades of Violet Blue #A055AD

Tints of Violet Blue #A055AD

Color information

#A055AD (or 0xA055AD) is unknown color: approx Violet Blue. HEX triplet: A0, 55 and AD. RGB value is (160,85,173). Sum of RGB (Red+Green+Blue) = 160+85+173=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #A055AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055AD is #5FAA52. Grayscale: #757575. Windows color (decimal): -6269523 or 11359648. OLE color: 11359648.

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

Color convert

RGB16085173-
CMYK0.080.5100.32
HSL291.14º34.92%50.59%-
HSV(B)291.14º50.87%67.84%-
XYZ25.2916.9941.48-
YUV117.46159.35158.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=38.28%
G=20.33%
B=41.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160851730.080.5100.32291.1434.9250.59
HexA055AD8330201232333
Octal24012525510630404434363
Binary1010000010101011010110110001100110100000100100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055AD; }

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

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

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

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

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

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

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

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