#A875F9

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

Shades of Medium Purple #A875F9

Tints of Medium Purple #A875F9

Color information

#A875F9 (or 0xA875F9) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and F9. RGB value is (168,117,249). Sum of RGB (Red+Green+Blue) = 168+117+249=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #A875F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875F9 is #578A06. Grayscale: #929292. Windows color (decimal): -5736967 or 16348584. OLE color: 16348584.

HSL color Cylindrical-coordinate representation of color #A875F9: hue angle of 263.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A875F9 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168117249-
CMYK0.330.5300.02
HSL263.18º91.67%71.76%-
HSV(B)263.18º53.01%97.65%-
XYZ39.6127.8992.92-
YUV147.3185.4142.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 249 (97.66% from 255) = 46.63%
R=31.46%
G=21.91%
B=46.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681172490.330.5300.02263.1891.6771.76
HexA875F92135021075c48
Octal250165371416502407134110
Binary1010100011101011111100110000111010101010000011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875F9; }

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

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

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

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

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

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

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

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