Html Css Color HEX #A87DD8 Medium Purple

📋 copy color: '#A87DD8'

red 168 ◦ green 125 ◦ blue 216

#A87DD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A87DD8

Tints of Medium Purple #A87DD8

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

 GREEN value IS 125 (49.22% from 255) = 24.56%

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 33.01%
G = 24.56%
B = 42.44%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A87DD8 (or 0xA87DD8) is known color: Medium Purple. HEX triplet: A8, 7D and D8. RGB value is (168,125,216). Sum of RGB (Red+Green+Blue) = 168+125+216=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #A87DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DD8 is #578227. Grayscale: #939393. Windows color (decimal): -5734952 or 14187944. OLE color: 14187944.

HSL color Cylindrical-coordinate representation of color #A87DD8: hue angle of 268.35º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87DD8 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 125 216 -
CMYK 0.22 0.42 0 0.15
HSL 268.35º 0.54% 0.67% -
HSV(B) 268.35º 0.42% 0.85% -
XYZ 35.88 27.95 68.47 -
YUV 148.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 168 125 216 0.22 0.42 0 0.15 268.35 0.54 0.67
Hex A8 7D D8 16 2A 0 F 10C 36 43
Octal 250 175 330 26 52 0 17 414 66 103
Binary 10101000 1111101 11011000 10110 101010 0 1111 100001100 110110 1000011

Color Harmonies of #A87DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DD8

Black with #A87DD8

Text Example


Text Example

White with #A87DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DD8; }

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

 H1.HeaderClassName
 {
   color: #A87DD8;
 }
 .AnyTagClassName
 {
   color: #A87DD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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