#A554AC

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

Shades of Violet Blue #A554AC

Tints of Violet Blue #A554AC

Color information

#A554AC (or 0xA554AC) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and AC. RGB value is (165,84,172). Sum of RGB (Red+Green+Blue) = 165+84+172=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A554AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554AC is #5AAB53. Grayscale: #757575. Windows color (decimal): -5942100 or 11293861. OLE color: 11293861.

HSL color Cylindrical-coordinate representation of color #A554AC: hue angle of 295.23º degrees, saturation: 0.35, 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 #A554AC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16584172-
CMYK0.040.5100.33
HSL295.23º34.65%50.2%-
HSV(B)295.23º51.16%67.45%-
XYZ26.1317.3241-
YUV118.25158.34161.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=39.19%
G=19.95%
B=40.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165841720.040.5100.33295.2334.6550.2
HexA554AC4330211272332
Octal2451242544630414474362
Binary101001011010100101011001001100110100001100100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A554AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A554AC; }

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

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

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

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

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

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

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

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