#A4508E

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

Shades of Violet Blue #A4508E

Tints of Violet Blue #A4508E

Color information

#A4508E (or 0xA4508E) is unknown color: approx Violet Blue. HEX triplet: A4, 50 and 8E. RGB value is (164,80,142). Sum of RGB (Red+Green+Blue) = 164+80+142=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4508E is #5BAF71. Grayscale: #707070. Windows color (decimal): -6008690 or 9326756. OLE color: 9326756.

HSL color Cylindrical-coordinate representation of color #A4508E: hue angle of 315.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4508E is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16480142-
CMYK00.510.130.36
HSL315.71º34.43%47.84%-
HSV(B)315.71º51.22%64.31%-
XYZ23.0615.5827.38-
YUV112.18144.83164.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=42.49%
G=20.73%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648014200.510.130.36315.7134.4347.84
HexA4508E033D2413c2230
Octal24412021606315444744260
Binary1010010010100001000111001100111101100100100111100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4508E; }

 p { color: rgb(164,80,142); }

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

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

 a { background-color: rgb(164,80,142); }

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

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

 span { border-color: rgb(164,80,142); }

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