#a374e9

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

Shades of Medium Purple #A374E9

Tints of Medium Purple #A374E9

Color information

#A374E9 (or 0xA374E9) is unknown color: approx Medium Purple. HEX triplet: A3, 74 and E9. RGB value is (163,116,233). Sum of RGB (Red+Green+Blue) = 163+116+233=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #A374E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374E9 is #5C8B16. Grayscale: #8E8E8E. Windows color (decimal): -6064919 or 15299747. OLE color: 15299747.

HSL color Cylindrical-coordinate representation of color #A374E9: hue angle of 264.1º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A374E9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163116233-
CMYK0.300.5000.09
HSL264.1º72.67%68.43%-
HSV(B)264.1º50.21%91.37%-
XYZ36.0626.1680.24-
YUV143.39178.57141.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 233 (91.41% from 255) = 45.51%
R=31.84%
G=22.66%
B=45.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631162330.300.5000.09264.172.6768.43
HexA374E91E32091084944
Octal2431643513662011410111104
Binary10100011111010011101001111101100100100110000100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a374e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a374e9; }

 p { color: rgb(163,116,233); }

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

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

 a { background-color: rgb(163,116,233); }

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

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

 span { border-color: rgb(163,116,233); }

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