Html Css Color HEX #A87DD5 Medium Purple

📋 copy color: '#A87DD5'

red 168 ◦ green 125 ◦ blue 213

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

Shades of Medium Purple #A87DD5

Tints of Medium Purple #A87DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 33.2%
G = 24.7%
B = 42.09%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A87DD5 (or 0xA87DD5) is known color: Medium Purple. HEX triplet: A8, 7D and D5. RGB value is (168,125,213). Sum of RGB (Red+Green+Blue) = 168+125+213=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A87DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DD5 is #57822A. Grayscale: #939393. Windows color (decimal): -5734955 or 13991336. OLE color: 13991336.

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

Color convert

RGB 168 125 213 -
CMYK 0.21 0.41 0 0.16
HSL 269.32º 0.51% 0.66% -
HSV(B) 269.32º 0.41% 0.84% -
XYZ 35.49 27.8 66.45 -
YUV 147.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 168 125 213 0.21 0.41 0 0.16 269.32 0.51 0.66
Hex A8 7D D5 15 29 0 10 10D 33 42
Octal 250 175 325 25 51 0 20 415 63 102
Binary 10101000 1111101 11010101 10101 101001 0 10000 100001101 110011 1000010

Color Harmonies of #A87DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DD5

Black with #A87DD5

Text Example


Text Example

White with #A87DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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