#A454AA

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

Shades of Violet Blue #A454AA

Tints of Violet Blue #A454AA

Color information

#A454AA (or 0xA454AA) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and AA. RGB value is (164,84,170). Sum of RGB (Red+Green+Blue) = 164+84+170=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #A454AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454AA is #5BAB55. Grayscale: #757575. Windows color (decimal): -6007638 or 11162788. OLE color: 11162788.

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

Color convert

RGB16484170-
CMYK0.040.5100.33
HSL295.81º33.86%49.8%-
HSV(B)295.81º50.59%66.67%-
XYZ25.7417.1439.98-
YUV117.72157.5161.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=39.23%
G=20.10%
B=40.67%

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
Decimal164841700.040.5100.33295.8133.8649.8
HexA454AA4330211282232
Octal2441242524630414504262
Binary101001001010100101010101001100110100001100101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454AA; }

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

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

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

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

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

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

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

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