#A875F6

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

Shades of Medium Purple #A875F6

Tints of Medium Purple #A875F6

Color information

#A875F6 (or 0xA875F6) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and F6. RGB value is (168,117,246). Sum of RGB (Red+Green+Blue) = 168+117+246=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #A875F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875F6 is #578A09. Grayscale: #929292. Windows color (decimal): -5736970 or 16151976. OLE color: 16151976.

HSL color Cylindrical-coordinate representation of color #A875F6: hue angle of 263.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A875F6 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168117246-
CMYK0.320.5200.04
HSL263.72º87.76%71.18%-
HSV(B)263.72º52.44%96.47%-
XYZ39.1427.790.47-
YUV146.96183.9143.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=31.64%
G=22.03%
B=46.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681172460.320.5200.04263.7287.7671.18
HexA875F62034041085847
Octal250165366406404410130107
Binary10101000111010111110110100000110100010010000100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875F6; }

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

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

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

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

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

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

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

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