Html Css Color HEX #A87DD6 Medium Purple

📋 copy color: '#A87DD6'

red 168 ◦ green 125 ◦ blue 214

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

Shades of Medium Purple #A87DD6

Tints of Medium Purple #A87DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 33.14%
G = 24.65%
B = 42.21%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A87DD6 (or 0xA87DD6) is known color: Medium Purple. HEX triplet: A8, 7D and D6. RGB value is (168,125,214). Sum of RGB (Red+Green+Blue) = 168+125+214=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #A87DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DD6 is #578229. Grayscale: #939393. Windows color (decimal): -5734954 or 14056872. OLE color: 14056872.

HSL color Cylindrical-coordinate representation of color #A87DD6: hue angle of 268.99º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87DD6 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 125 214 -
CMYK 0.21 0.42 0 0.16
HSL 268.99º 0.52% 0.66% -
HSV(B) 268.99º 0.42% 0.84% -
XYZ 35.62 27.85 67.12 -
YUV 148 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 168 125 214 0.21 0.42 0 0.16 268.99 0.52 0.66
Hex A8 7D D6 15 2A 0 10 10D 34 42
Octal 250 175 326 25 52 0 20 415 64 102
Binary 10101000 1111101 11010110 10101 101010 0 10000 100001101 110100 1000010

Color Harmonies of #A87DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DD6

Black with #A87DD6

Text Example


Text Example

White with #A87DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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