#A87DDC

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

Shades of Medium Purple #A87DDC

Tints of Medium Purple #A87DDC

Color information

#A87DDC (or 0xA87DDC) is unknown color: approx Medium Purple. HEX triplet: A8, 7D and DC. RGB value is (168,125,220). Sum of RGB (Red+Green+Blue) = 168+125+220=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A87DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DDC is #578223. Grayscale: #949494. Windows color (decimal): -5734948 or 14450088. OLE color: 14450088.

HSL color Cylindrical-coordinate representation of color #A87DDC: hue angle of 267.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87DDC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168125220-
CMYK0.240.4300.14
HSL267.16º57.58%67.65%-
HSV(B)267.16º43.18%86.27%-
XYZ36.428.1671.23-
YUV148.69168.25141.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=32.75%
G=24.37%
B=42.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681252200.240.4300.14267.1657.5867.65
HexA87DDC182B0E10b3a44
Octal250175334305301641372104
Binary1010100011111011101110011000101011011101000010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DDC; }

 p { color: rgb(168,125,220); }

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

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

 a { background-color: rgb(168,125,220); }

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

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

 span { border-color: rgb(168,125,220); }

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