#A359AA

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

Shades of Violet Blue #A359AA

Tints of Violet Blue #A359AA

Color information

#A359AA (or 0xA359AA) is unknown color: approx Violet Blue. HEX triplet: A3, 59 and AA. RGB value is (163,89,170). Sum of RGB (Red+Green+Blue) = 163+89+170=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A359AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A359AA is #5CA655. Grayscale: #787878. Windows color (decimal): -6071894 or 11164067. OLE color: 11164067.

HSL color Cylindrical-coordinate representation of color #A359AA: hue angle of 294.81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A359AA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16389170-
CMYK0.040.4800.33
HSL294.81º32.27%50.78%-
HSV(B)294.81º47.65%66.67%-
XYZ25.9317.8340.11-
YUV120.36156.02158.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=38.63%
G=21.09%
B=40.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163891700.040.4800.33294.8132.2750.78
HexA359AA4300211272033
Octal2431312524600414474063
Binary101000111011001101010101001100000100001100100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359AA; }

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

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

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

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

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

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

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

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