#A054AD

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

Shades of Violet Blue #A054AD

Tints of Violet Blue #A054AD

Color information

#A054AD (or 0xA054AD) is unknown color: approx Violet Blue. HEX triplet: A0, 54 and AD. RGB value is (160,84,173). Sum of RGB (Red+Green+Blue) = 160+84+173=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A054AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054AD is #5FAB52. Grayscale: #747474. Windows color (decimal): -6269779 or 11359392. OLE color: 11359392.

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

Color convert

RGB16084173-
CMYK0.080.5100.32
HSL291.24º35.18%50.39%-
HSV(B)291.24º51.45%67.84%-
XYZ25.2116.8341.46-
YUV116.87159.68158.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=38.37%
G=20.14%
B=41.49%

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
Decimal160841730.080.5100.32291.2435.1850.39
HexA054AD8330201232332
Octal24012425510630404434362
Binary1010000010101001010110110001100110100000100100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A054AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A054AD; }

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

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

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

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

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

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

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

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