#A574EC

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

Shades of Medium Purple #A574EC

Tints of Medium Purple #A574EC

Color information

#A574EC (or 0xA574EC) is unknown color: approx Medium Purple. HEX triplet: A5, 74 and EC. RGB value is (165,116,236). Sum of RGB (Red+Green+Blue) = 165+116+236=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #A574EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574EC is #5A8B13. Grayscale: #8F8F8F. Windows color (decimal): -5933844 or 15496357. OLE color: 15496357.

HSL color Cylindrical-coordinate representation of color #A574EC: hue angle of 264.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A574EC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165116236-
CMYK0.300.5100.07
HSL264.5º75.95%69.02%-
HSV(B)264.5º50.85%92.55%-
XYZ36.926.5582.54-
YUV144.33179.73142.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=31.91%
G=22.44%
B=45.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651162360.300.5100.07264.575.9569.02
HexA574EC1E33071084c45
Octal245164354366307410114105
Binary1010010111101001110110011110110011011110000100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574EC; }

 p { color: rgb(165,116,236); }

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

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

 a { background-color: rgb(165,116,236); }

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

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

 span { border-color: rgb(165,116,236); }

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