#A54AAC

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

Shades of Violet Blue #A54AAC

Tints of Violet Blue #A54AAC

Color information

#A54AAC (or 0xA54AAC) is unknown color: approx Violet Blue. HEX triplet: A5, 4A and AC. RGB value is (165,74,172). Sum of RGB (Red+Green+Blue) = 165+74+172=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A54AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAC is #5AB553. Grayscale: #707070. Windows color (decimal): -5944660 or 11291301. OLE color: 11291301.

HSL color Cylindrical-coordinate representation of color #A54AAC: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54AAC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16574172-
CMYK0.040.5700.33
HSL295.71º39.84%48.24%-
HSV(B)295.71º56.98%67.45%-
XYZ25.4115.8840.75-
YUV112.38161.65165.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=40.15%
G=18.00%
B=41.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165741720.040.5700.33295.7139.8448.24
HexA54AAC4390211282830
Octal2451122544710414505060
Binary101001011001010101011001001110010100001100101000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AAC; }

 p { color: rgb(165,74,172); }

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

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

 a { background-color: rgb(165,74,172); }

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

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

 span { border-color: rgb(165,74,172); }

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