#A4528F

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

Shades of Violet Blue #A4528F

Tints of Violet Blue #A4528F

Color information

#A4528F (or 0xA4528F) is unknown color: approx Violet Blue. HEX triplet: A4, 52 and 8F. RGB value is (164,82,143). Sum of RGB (Red+Green+Blue) = 164+82+143=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528F is #5BAD70. Grayscale: #717171. Windows color (decimal): -6008177 or 9392804. OLE color: 9392804.

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

Color convert

RGB16482143-
CMYK00.50.130.36
HSL315.37º33.33%48.24%-
HSV(B)315.37º50%64.31%-
XYZ23.2915.9127.83-
YUV113.47144.67164.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=42.16%
G=21.08%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648214300.50.130.36315.3733.3348.24
HexA4528F032D2413b2130
Octal24412221706215444734160
Binary1010010010100101000111101100101101100100100111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4528F; }

 p { color: rgb(164,82,143); }

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

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

 a { background-color: rgb(164,82,143); }

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

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

 span { border-color: rgb(164,82,143); }

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