Html Css Color HEX #A87EDC Medium Purple

📋 copy color: '#A87EDC'

red 168 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #A87EDC

Tints of Medium Purple #A87EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.51%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 32.68%
G = 24.51%
B = 42.8%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A87EDC (or 0xA87EDC) is known color: Medium Purple. HEX triplet: A8, 7E and DC. RGB value is (168,126,220). Sum of RGB (Red+Green+Blue) = 168+126+220=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A87EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87EDC is #578123. Grayscale: #949494. Windows color (decimal): -5734692 or 14450344. OLE color: 14450344.

HSL color Cylindrical-coordinate representation of color #A87EDC: hue angle of 266.81º degrees, saturation: 0.57, 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 #A87EDC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 126 220 -
CMYK 0.24 0.43 0 0.14
HSL 266.81º 0.57% 0.68% -
HSV(B) 266.81º 0.43% 0.86% -
XYZ 36.53 28.41 71.27 -
YUV 149.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 168 126 220 0.24 0.43 0 0.14 266.81 0.57 0.68
Hex A8 7E DC 18 2B 0 E 10B 39 44
Octal 250 176 334 30 53 0 16 413 71 104
Binary 10101000 1111110 11011100 11000 101011 0 1110 100001011 111001 1000100

Color Harmonies of #A87EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87EDC

Black with #A87EDC

Text Example


Text Example

White with #A87EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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