#A87CDD

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

Shades of Medium Purple #A87CDD

Tints of Medium Purple #A87CDD

Color information

#A87CDD (or 0xA87CDD) is unknown color: approx Medium Purple. HEX triplet: A8, 7C and DD. RGB value is (168,124,221). Sum of RGB (Red+Green+Blue) = 168+124+221=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A87CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CDD is #578322. Grayscale: #939393. Windows color (decimal): -5735203 or 14515368. OLE color: 14515368.

HSL color Cylindrical-coordinate representation of color #A87CDD: hue angle of 267.22º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87CDD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168124221-
CMYK0.240.4400.13
HSL267.22º58.79%67.65%-
HSV(B)267.22º43.89%86.67%-
XYZ36.4127.9671.88-
YUV148.21169.08142.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=32.75%
G=24.17%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681242210.240.4400.13267.2258.7967.65
HexA87CDD182C0D10b3b44
Octal250174335305401541373104
Binary1010100011111001101110111000101100011011000010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CDD; }

 p { color: rgb(168,124,221); }

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

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

 a { background-color: rgb(168,124,221); }

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

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

 span { border-color: rgb(168,124,221); }

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