#A875EC

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

Shades of Medium Purple #A875EC

Tints of Medium Purple #A875EC

Color information

#A875EC (or 0xA875EC) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and EC. RGB value is (168,117,236). Sum of RGB (Red+Green+Blue) = 168+117+236=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A875EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875EC is #578A13. Grayscale: #919191. Windows color (decimal): -5736980 or 15496616. OLE color: 15496616.

HSL color Cylindrical-coordinate representation of color #A875EC: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A875EC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168117236-
CMYK0.290.5000.07
HSL265.71º75.8%69.22%-
HSV(B)265.71º50.42%92.55%-
XYZ37.6527.182.6-
YUV145.82178.9143.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 236 (92.58% from 255) = 45.30%
R=32.25%
G=22.46%
B=45.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681172360.290.5000.07265.7175.869.22
HexA875EC1D320710a4c45
Octal250165354356207412114105
Binary1010100011101011110110011101110010011110000101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875EC; }

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

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

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

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

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

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

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

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