Html Css Color HEX #A87CDD Medium Purple

📋 copy color: '#A87CDD'

red 168 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #A87CDD

Tints of Medium Purple #A87CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 32.75%
G = 24.17%
B = 43.08%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A87CDD (or 0xA87CDD) is known color: Medium Purple. HEX triplet: A8, 7C and DD. RGB value is (168,124,221). Sum of RGB (Red+Green+Blue) = 168+124+221=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A87CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87CDD is #578322. Grayscale: #939393. Windows color (decimal): -5735203 or 14515368. OLE color: 14515368.

HSL color Cylindrical-coordinate representation of color #A87CDD: hue angle of 267.22º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A87CDD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 124 221 -
CMYK 0.24 0.44 0 0.13
HSL 267.22º 0.59% 0.68% -
HSV(B) 267.22º 0.44% 0.87% -
XYZ 36.41 27.96 71.88 -
YUV 148.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 168 124 221 0.24 0.44 0 0.13 267.22 0.59 0.68
Hex A8 7C DD 18 2C 0 D 10B 3B 44
Octal 250 174 335 30 54 0 15 413 73 104
Binary 10101000 1111100 11011101 11000 101100 0 1101 100001011 111011 1000100

Color Harmonies of #A87CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87CDD

Black with #A87CDD

Text Example


Text Example

White with #A87CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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