#A361AC

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

Shades of Violet Blue #A361AC

Tints of Violet Blue #A361AC

Color information

#A361AC (or 0xA361AC) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and AC. RGB value is (163,97,172). Sum of RGB (Red+Green+Blue) = 163+97+172=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #A361AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AC is #5C9E53. Grayscale: #7D7D7D. Windows color (decimal): -6069844 or 11297187. OLE color: 11297187.

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

Color convert

RGB16397172-
CMYK0.050.4400.33
HSL292.8º31.12%52.75%-
HSV(B)292.8º43.6%67.45%-
XYZ26.8319.3141.34-
YUV125.28154.37154.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=37.73%
G=22.45%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163971720.050.4400.33292.831.1252.75
HexA361AC52C0211251f35
Octal2431412545540414453765
Binary10100011110000110101100101101100010000110010010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361AC; }

 p { color: rgb(163,97,172); }

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

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

 a { background-color: rgb(163,97,172); }

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

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

 span { border-color: rgb(163,97,172); }

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