#A462AC

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

Shades of Violet Blue #A462AC

Tints of Violet Blue #A462AC

Color information

#A462AC (or 0xA462AC) is unknown color: approx Violet Blue. HEX triplet: A4, 62 and AC. RGB value is (164,98,172). Sum of RGB (Red+Green+Blue) = 164+98+172=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A462AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A462AC is #5B9D53. Grayscale: #7D7D7D. Windows color (decimal): -6004052 or 11297444. OLE color: 11297444.

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

Color convert

RGB16498172-
CMYK0.050.4300.33
HSL293.51º30.83%52.94%-
HSV(B)293.51º43.02%67.45%-
XYZ27.1219.6141.38-
YUV126.17153.87154.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=37.79%
G=22.58%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164981720.050.4300.33293.5130.8352.94
HexA462AC52B0211261f35
Octal2441422545530414463765
Binary10100100110001010101100101101011010000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462AC; }

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

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

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

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

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

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

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

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