#A2528D

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

Shades of Violet Blue #A2528D

Tints of Violet Blue #A2528D

Color information

#A2528D (or 0xA2528D) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and 8D. RGB value is (162,82,141). Sum of RGB (Red+Green+Blue) = 162+82+141=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2528D is #5DAD72. Grayscale: #707070. Windows color (decimal): -6139251 or 9261730. OLE color: 9261730.

HSL color Cylindrical-coordinate representation of color #A2528D: hue angle of 315.75º 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 #A2528D is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16282141-
CMYK00.490.130.36
HSL315.75º32.79%47.84%-
HSV(B)315.75º49.38%63.53%-
XYZ22.7315.6427.02-
YUV112.65144163.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=42.08%
G=21.30%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628214100.490.130.36315.7532.7947.84
HexA2528D031D2413c2130
Octal24212221506115444744160
Binary1010001010100101000110101100011101100100100111100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2528D; }

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

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

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

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

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

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

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

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