Html Css Color HEX #A87FDD Medium Purple

📋 copy color: '#A87FDD'

red 168 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #A87FDD

Tints of Medium Purple #A87FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

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

R = 32.56%
G = 24.61%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A87FDD (or 0xA87FDD) is known color: Medium Purple. HEX triplet: A8, 7F and DD. RGB value is (168,127,221). Sum of RGB (Red+Green+Blue) = 168+127+221=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A87FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FDD is #578022. Grayscale: #959595. Windows color (decimal): -5734435 or 14516136. OLE color: 14516136.

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

Color convert

RGB 168 127 221 -
CMYK 0.24 0.43 0 0.13
HSL 266.17º 0.58% 0.68% -
HSV(B) 266.17º 0.43% 0.87% -
XYZ 36.79 28.72 72.01 -
YUV 149.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 168 127 221 0.24 0.43 0 0.13 266.17 0.58 0.68
Hex A8 7F DD 18 2B 0 D 10A 3A 44
Octal 250 177 335 30 53 0 15 412 72 104
Binary 10101000 1111111 11011101 11000 101011 0 1101 100001010 111010 1000100

Color Harmonies of #A87FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87FDD

Black with #A87FDD

Text Example


Text Example

White with #A87FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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