#A572E1

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

Shades of Medium Purple #A572E1

Tints of Medium Purple #A572E1

Color information

#A572E1 (or 0xA572E1) is unknown color: approx Medium Purple. HEX triplet: A5, 72 and E1. RGB value is (165,114,225). Sum of RGB (Red+Green+Blue) = 165+114+225=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A572E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572E1 is #5A8D1E. Grayscale: #8D8D8D. Windows color (decimal): -5934367 or 14774949. OLE color: 14774949.

HSL color Cylindrical-coordinate representation of color #A572E1: hue angle of 267.57º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A572E1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165114225-
CMYK0.270.4900.12
HSL267.57º64.91%66.47%-
HSV(B)267.57º49.33%88.24%-
XYZ35.1225.4774.3-
YUV141.9174.9144.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=32.74%
G=22.62%
B=44.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651142250.270.4900.12267.5764.9166.47
HexA572E11B310C10c4142
Octal2451623413361014414101102
Binary10100101111001011100001110111100010110010000110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572E1; }

 p { color: rgb(165,114,225); }

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

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

 a { background-color: rgb(165,114,225); }

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

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

 span { border-color: rgb(165,114,225); }

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