#A461AC

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

Shades of Violet Blue #A461AC

Tints of Violet Blue #A461AC

Color information

#A461AC (or 0xA461AC) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and AC. RGB value is (164,97,172). Sum of RGB (Red+Green+Blue) = 164+97+172=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #A461AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AC is #5B9E53. Grayscale: #7D7D7D. Windows color (decimal): -6004308 or 11297188. OLE color: 11297188.

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

Color convert

RGB16497172-
CMYK0.050.4400.33
HSL293.6º31.12%52.75%-
HSV(B)293.6º43.6%67.45%-
XYZ27.0319.4241.35-
YUV125.58154.2155.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=37.88%
G=22.40%
B=39.72%

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
Decimal164971720.050.4400.33293.631.1252.75
HexA461AC52C0211261f35
Octal2441412545540414463765
Binary10100100110000110101100101101100010000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461AC; }

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

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

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

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

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

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

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

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