#A460AC

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

Shades of Violet Blue #A460AC

Tints of Violet Blue #A460AC

Color information

#A460AC (or 0xA460AC) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and AC. RGB value is (164,96,172). Sum of RGB (Red+Green+Blue) = 164+96+172=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 96 (37.89% from 255 or 22.22% 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 #A460AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AC is #5B9F53. Grayscale: #7C7C7C. Windows color (decimal): -6004564 or 11296932. OLE color: 11296932.

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

Color convert

RGB16496172-
CMYK0.050.4400.33
HSL293.68º31.4%52.55%-
HSV(B)293.68º44.19%67.45%-
XYZ26.9419.2441.32-
YUV125154.53155.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=37.96%
G=22.22%
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
Decimal164961720.050.4400.33293.6831.452.55
HexA460AC52C0211261f35
Octal2441402545540414463765
Binary10100100110000010101100101101100010000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460AC; }

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

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

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

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

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

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

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

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