#A875FE

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

Shades of Medium Purple #A875FE

Tints of Medium Purple #A875FE

Color information

#A875FE (or 0xA875FE) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and FE. RGB value is (168,117,254). Sum of RGB (Red+Green+Blue) = 168+117+254=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A875FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875FE is #578A01. Grayscale: #939393. Windows color (decimal): -5736962 or 16676264. OLE color: 16676264.

HSL color Cylindrical-coordinate representation of color #A875FE: hue angle of 262.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A875FE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168117254-
CMYK0.340.5400.00
HSL262.34º98.56%72.75%-
HSV(B)262.34º53.94%99.61%-
XYZ40.428.297.08-
YUV147.87187.9142.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=31.17%
G=21.71%
B=47.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681172540.340.5400.00262.3498.5672.75
HexA875FE2236001066349
Octal250165376426600406143111
Binary101010001110101111111101000101101100010000011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875FE; }

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

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

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

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

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

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

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

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