#A374F2

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

Shades of Medium Purple #A374F2

Tints of Medium Purple #A374F2

Color information

#A374F2 (or 0xA374F2) is unknown color: approx Medium Purple. HEX triplet: A3, 74 and F2. RGB value is (163,116,242). Sum of RGB (Red+Green+Blue) = 163+116+242=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #A374F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374F2 is #5C8B0D. Grayscale: #8F8F8F. Windows color (decimal): -6064910 or 15889571. OLE color: 15889571.

HSL color Cylindrical-coordinate representation of color #A374F2: hue angle of 262.38º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A374F2 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163116242-
CMYK0.330.5200.05
HSL262.38º82.89%70.2%-
HSV(B)262.38º52.07%94.9%-
XYZ37.3826.6987.19-
YUV144.42183.07141.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=31.29%
G=22.26%
B=46.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631162420.330.5200.05262.3882.8970.2
HexA374F22134051065346
Octal243164362416405406123106
Binary10100011111010011110010100001110100010110000011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374F2; }

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

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

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

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

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

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

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

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