#A874FD

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

Shades of Medium Purple #A874FD

Tints of Medium Purple #A874FD

Color information

#A874FD (or 0xA874FD) is unknown color: approx Medium Purple. HEX triplet: A8, 74 and FD. RGB value is (168,116,253). Sum of RGB (Red+Green+Blue) = 168+116+253=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #A874FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FD is #578B02. Grayscale: #929292. Windows color (decimal): -5737219 or 16610472. OLE color: 16610472.

HSL color Cylindrical-coordinate representation of color #A874FD: hue angle of 262.77º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A874FD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168116253-
CMYK0.340.5400.01
HSL262.77º97.16%72.35%-
HSV(B)262.77º54.15%99.22%-
XYZ40.1227.9196.2-
YUV147.17187.73142.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=31.28%
G=21.60%
B=47.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681162530.340.5400.01262.7797.1672.35
HexA874FD2236011076148
Octal250164375426601407141110
Binary101010001110100111111011000101101100110000011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874FD; }

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

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

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

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

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

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

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

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