#A371EA

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

Shades of Medium Purple #A371EA

Tints of Medium Purple #A371EA

Color information

#A371EA (or 0xA371EA) is unknown color: approx Medium Purple. HEX triplet: A3, 71 and EA. RGB value is (163,113,234). Sum of RGB (Red+Green+Blue) = 163+113+234=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #A371EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371EA is #5C8E15. Grayscale: #8D8D8D. Windows color (decimal): -6065686 or 15364515. OLE color: 15364515.

HSL color Cylindrical-coordinate representation of color #A371EA: hue angle of 264.79º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A371EA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163113234-
CMYK0.300.5200.08
HSL264.79º74.23%68.04%-
HSV(B)264.79º51.71%91.76%-
XYZ35.8625.5480.88-
YUV141.74180.06143.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=31.96%
G=22.16%
B=45.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631132340.300.5200.08264.7974.2368.04
HexA371EA1E34081094a44
Octal2431613523664010411112104
Binary10100011111000111101010111101101000100010000100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371EA; }

 p { color: rgb(163,113,234); }

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

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

 a { background-color: rgb(163,113,234); }

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

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

 span { border-color: rgb(163,113,234); }

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