#A5528E

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

Shades of Violet Blue #A5528E

Tints of Violet Blue #A5528E

Color information

#A5528E (or 0xA5528E) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and 8E. RGB value is (165,82,142). Sum of RGB (Red+Green+Blue) = 165+82+142=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5528E is #5AAD71. Grayscale: #717171. Windows color (decimal): -5942642 or 9327269. OLE color: 9327269.

HSL color Cylindrical-coordinate representation of color #A5528E: hue angle of 316.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5528E is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16582142-
CMYK00.500.140.35
HSL316.63º33.6%48.43%-
HSV(B)316.63º50.3%64.71%-
XYZ23.4215.9927.44-
YUV113.66144164.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=42.42%
G=21.08%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658214200.500.140.35316.6333.648.43
HexA5528E032E2313d2230
Octal24512221606216434754260
Binary1010010110100101000111001100101110100011100111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5528E; }

 p { color: rgb(165,82,142); }

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

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

 a { background-color: rgb(165,82,142); }

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

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

 span { border-color: rgb(165,82,142); }

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