#A874FB

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

Shades of Medium Purple #A874FB

Tints of Medium Purple #A874FB

Color information

#A874FB (or 0xA874FB) is unknown color: approx Medium Purple. HEX triplet: A8, 74 and FB. RGB value is (168,116,251). Sum of RGB (Red+Green+Blue) = 168+116+251=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A874FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FB is #578B04. Grayscale: #929292. Windows color (decimal): -5737221 or 16479400. OLE color: 16479400.

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

Color convert

RGB168116251-
CMYK0.330.5400.02
HSL263.11º94.41%71.96%-
HSV(B)263.11º53.78%98.43%-
XYZ39.8127.7894.53-
YUV146.94186.73143.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=31.40%
G=21.68%
B=46.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681162510.330.5400.02263.1194.4171.96
HexA874FB2136021075e48
Octal250164373416602407136110
Binary1010100011101001111101110000111011001010000011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874FB; }

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

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

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

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

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

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

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

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