#A454A1

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

Shades of Violet Blue #A454A1

Tints of Violet Blue #A454A1

Color information

#A454A1 (or 0xA454A1) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and A1. RGB value is (164,84,161). Sum of RGB (Red+Green+Blue) = 164+84+161=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A454A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454A1 is #5BAB5E. Grayscale: #747474. Windows color (decimal): -6007647 or 10572964. OLE color: 10572964.

HSL color Cylindrical-coordinate representation of color #A454A1: hue angle of 302.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A454A1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16484161-
CMYK00.490.020.36
HSL302.25º32.26%48.63%-
HSV(B)302.25º48.78%64.31%-
XYZ24.9116.8135.65-
YUV116.7153161.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=40.10%
G=20.54%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648416100.490.020.36302.2532.2648.63
HexA454A103122412e2031
Octal2441242410612444564061
Binary10100100101010010100001011000110100100100101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454A1; }

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

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

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

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

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

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

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

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