Html Css Color HEX #A87CDC Medium Purple

📋 copy color: '#A87CDC'

red 168 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #A87CDC

Tints of Medium Purple #A87CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.22%

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

R = 32.81%
G = 24.22%
B = 42.97%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A87CDC (or 0xA87CDC) is known color: Medium Purple. HEX triplet: A8, 7C and DC. RGB value is (168,124,220). Sum of RGB (Red+Green+Blue) = 168+124+220=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A87CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CDC is #578323. Grayscale: #939393. Windows color (decimal): -5735204 or 14449832. OLE color: 14449832.

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

Color convert

RGB 168 124 220 -
CMYK 0.24 0.44 0 0.14
HSL 267.5º 0.58% 0.67% -
HSV(B) 267.5º 0.44% 0.86% -
XYZ 36.27 27.91 71.18 -
YUV 148.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 168 124 220 0.24 0.44 0 0.14 267.5 0.58 0.67
Hex A8 7C DC 18 2C 0 E 10C 3A 43
Octal 250 174 334 30 54 0 16 414 72 103
Binary 10101000 1111100 11011100 11000 101100 0 1110 100001100 111010 1000011

Color Harmonies of #A87CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CDC

Black with #A87CDC

Text Example


Text Example

White with #A87CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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