#A454AC

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

Shades of Violet Blue #A454AC

Tints of Violet Blue #A454AC

Color information

#A454AC (or 0xA454AC) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and AC. RGB value is (164,84,172). Sum of RGB (Red+Green+Blue) = 164+84+172=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #A454AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454AC is #5BAB53. Grayscale: #757575. Windows color (decimal): -6007636 or 11293860. OLE color: 11293860.

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

Color convert

RGB16484172-
CMYK0.050.5100.33
HSL294.55º34.65%50.2%-
HSV(B)294.55º51.16%67.45%-
XYZ25.9317.2140.99-
YUV117.95158.5160.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=39.05%
G=20%
B=40.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164841720.050.5100.33294.5534.6550.2
HexA454AC5330211272332
Octal2441242545630414474362
Binary101001001010100101011001011100110100001100100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454AC; }

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

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

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

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

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

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

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

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