#A2528F

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

Shades of Violet Blue #A2528F

Tints of Violet Blue #A2528F

Color information

#A2528F (or 0xA2528F) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 8F. RGB value is (162,82,143). Sum of RGB (Red+Green+Blue) = 162+82+143=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2528F is #5DAD70. Grayscale: #707070. Windows color (decimal): -6139249 or 9392802. OLE color: 9392802.

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

Color convert

RGB16282143-
CMYK00.490.120.36
HSL314.25º32.79%47.84%-
HSV(B)314.25º49.38%63.53%-
XYZ22.8815.727.81-
YUV112.87145163.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=41.86%
G=21.19%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628214300.490.120.36314.2532.7947.84
HexA2528F031C2413a2130
Octal24212221706114444724160
Binary1010001010100101000111101100011100100100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2528F; }

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

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

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

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

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

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

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

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