#A875F3

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

Shades of Medium Purple #A875F3

Tints of Medium Purple #A875F3

Color information

#A875F3 (or 0xA875F3) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and F3. RGB value is (168,117,243). Sum of RGB (Red+Green+Blue) = 168+117+243=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #A875F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875F3 is #578A0C. Grayscale: #929292. Windows color (decimal): -5736973 or 15955368. OLE color: 15955368.

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

Color convert

RGB168117243-
CMYK0.310.5200.05
HSL264.29º84%70.59%-
HSV(B)264.29º51.85%95.29%-
XYZ38.6927.5288.07-
YUV146.61182.4143.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=31.82%
G=22.16%
B=46.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681172430.310.5200.05264.298470.59
HexA875F31F34051085447
Octal250165363376405410124107
Binary1010100011101011111001111111110100010110000100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875F3; }

 p { color: rgb(168,117,243); }

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

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

 a { background-color: rgb(168,117,243); }

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

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

 span { border-color: rgb(168,117,243); }

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