#A454AD

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

Shades of Violet Blue #A454AD

Tints of Violet Blue #A454AD

Color information

#A454AD (or 0xA454AD) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and AD. RGB value is (164,84,173). Sum of RGB (Red+Green+Blue) = 164+84+173=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #A454AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454AD is #5BAB52. Grayscale: #757575. Windows color (decimal): -6007635 or 11359396. OLE color: 11359396.

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

Color convert

RGB16484173-
CMYK0.050.5100.32
HSL293.93º35.18%50.39%-
HSV(B)293.93º51.45%67.84%-
XYZ26.0217.2541.49-
YUV118.07159160.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=38.95%
G=19.95%
B=41.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164841730.050.5100.32293.9335.1850.39
HexA454AD5330201262332
Octal2441242555630404464362
Binary101001001010100101011011011100110100000100100110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454AD; }

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

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

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

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

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

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

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

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