#A354AA

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

Shades of Violet Blue #A354AA

Tints of Violet Blue #A354AA

Color information

#A354AA (or 0xA354AA) is unknown color: approx Violet Blue. HEX triplet: A3, 54 and AA. RGB value is (163,84,170). Sum of RGB (Red+Green+Blue) = 163+84+170=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #A354AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A354AA is #5CAB55. Grayscale: #757575. Windows color (decimal): -6073174 or 11162787. OLE color: 11162787.

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

Color convert

RGB16384170-
CMYK0.040.5100.33
HSL295.12º33.86%49.8%-
HSV(B)295.12º50.59%66.67%-
XYZ25.5317.0339.97-
YUV117.42157.67160.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=39.09%
G=20.14%
B=40.77%

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
Decimal163841700.040.5100.33295.1233.8649.8
HexA354AA4330211272232
Octal2431242524630414474262
Binary101000111010100101010101001100110100001100100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354AA; }

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

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

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

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

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

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

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

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