#A87BDD

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

Shades of Medium Purple #A87BDD

Tints of Medium Purple #A87BDD

Color information

#A87BDD (or 0xA87BDD) is unknown color: approx Medium Purple. HEX triplet: A8, 7B and DD. RGB value is (168,123,221). Sum of RGB (Red+Green+Blue) = 168+123+221=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A87BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BDD is #578422. Grayscale: #939393. Windows color (decimal): -5735459 or 14515112. OLE color: 14515112.

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

Color convert

RGB168123221-
CMYK0.240.4400.13
HSL267.55º59.04%67.45%-
HSV(B)267.55º44.34%86.67%-
XYZ36.2827.7171.84-
YUV147.63169.41142.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=32.81%
G=24.02%
B=43.16%

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
Decimal1681232210.240.4400.13267.5559.0467.45
HexA87BDD182C0D10c3b43
Octal250173335305401541473103
Binary1010100011110111101110111000101100011011000011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BDD; }

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

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

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

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

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

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

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

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