#A364AA

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

Shades of Violet Blue #A364AA

Tints of Violet Blue #A364AA

Color information

#A364AA (or 0xA364AA) is unknown color: approx Violet Blue. HEX triplet: A3, 64 and AA. RGB value is (163,100,170). Sum of RGB (Red+Green+Blue) = 163+100+170=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A364AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364AA is #5C9B55. Grayscale: #7E7E7E. Windows color (decimal): -6069078 or 11166883. OLE color: 11166883.

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

Color convert

RGB163100170-
CMYK0.040.4100.33
HSL294º29.17%52.94%-
HSV(B)294º41.18%66.67%-
XYZ26.9219.840.43-
YUV126.82152.37153.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=37.64%
G=23.09%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631001700.040.4100.3329429.1752.94
HexA364AA4290211261d35
Octal2431442524510414463565
Binary10100011110010010101010100101001010000110010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364AA; }

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

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

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

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

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

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

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

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