#A375F1

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

Shades of Medium Purple #A375F1

Tints of Medium Purple #A375F1

Color information

#A375F1 (or 0xA375F1) is unknown color: approx Medium Purple. HEX triplet: A3, 75 and F1. RGB value is (163,117,241). Sum of RGB (Red+Green+Blue) = 163+117+241=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A375F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F1 is #5C8A0E. Grayscale: #909090. Windows color (decimal): -6064655 or 15824291. OLE color: 15824291.

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

Color convert

RGB163117241-
CMYK0.320.5100.05
HSL262.26º81.58%70.2%-
HSV(B)262.26º51.45%94.51%-
XYZ37.3426.8686.44-
YUV144.89182.24140.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=31.29%
G=22.46%
B=46.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631172410.320.5100.05262.2681.5870.2
HexA375F12033051065246
Octal243165361406305406122106
Binary10100011111010111110001100000110011010110000011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375F1; }

 p { color: rgb(163,117,241); }

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

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

 a { background-color: rgb(163,117,241); }

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

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

 span { border-color: rgb(163,117,241); }

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