#A875FB

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

Shades of Medium Purple #A875FB

Tints of Medium Purple #A875FB

Color information

#A875FB (or 0xA875FB) is unknown color: approx Medium Purple. HEX triplet: A8, 75 and FB. RGB value is (168,117,251). Sum of RGB (Red+Green+Blue) = 168+117+251=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A875FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875FB is #578A04. Grayscale: #939393. Windows color (decimal): -5736965 or 16479656. OLE color: 16479656.

HSL color Cylindrical-coordinate representation of color #A875FB: hue angle of 262.84º degrees, saturation: 0.94, 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 #A875FB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168117251-
CMYK0.330.5300.02
HSL262.84º94.37%72.16%-
HSV(B)262.84º53.39%98.43%-
XYZ39.9228.0194.57-
YUV147.52186.4142.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 251 (98.44% from 255) = 46.83%
R=31.34%
G=21.83%
B=46.83%

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
Decimal1681172510.330.5300.02262.8494.3772.16
HexA875FB2135021075e48
Octal250165373416502407136110
Binary1010100011101011111101110000111010101010000011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A875FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A875FB; }

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

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

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

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

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

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

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

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