#A576D8

Color #A576D8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A576D8

Tints of Medium Purple #A576D8

Color information

#A576D8 (or 0xA576D8) is unknown color: approx Medium Purple. HEX triplet: A5, 76 and D8. RGB value is (165,118,216). Sum of RGB (Red+Green+Blue) = 165+118+216=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #A576D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576D8 is #5A8927. Grayscale: #8E8E8E. Windows color (decimal): -5933352 or 14186149. OLE color: 14186149.

HSL color Cylindrical-coordinate representation of color #A576D8: hue angle of 268.78º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A576D8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165118216-
CMYK0.240.4500.15
HSL268.78º55.68%65.49%-
HSV(B)268.78º45.37%84.71%-
XYZ34.3925.9168.16-
YUV143.22169.07143.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=33.07%
G=23.65%
B=43.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651182160.240.4500.15268.7855.6865.49
HexA576D8182D0F10d3841
Octal245166330305501741570101
Binary1010010111101101101100011000101101011111000011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576D8; }

 p { color: rgb(165,118,216); }

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

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

 a { background-color: rgb(165,118,216); }

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

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

 span { border-color: rgb(165,118,216); }

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