Html Css Color HEX #A87DED Medium Purple

📋 copy color: '#A87DED'

red 168 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #A87DED

Tints of Medium Purple #A87DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 31.7%
G = 23.58%
B = 44.72%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A87DED (or 0xA87DED) is known color: Medium Purple. HEX triplet: A8, 7D and ED. RGB value is (168,125,237). Sum of RGB (Red+Green+Blue) = 168+125+237=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A87DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87DED is #578212. Grayscale: #969696. Windows color (decimal): -5734931 or 15564200. OLE color: 15564200.

HSL color Cylindrical-coordinate representation of color #A87DED: hue angle of 263.04º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A87DED is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 125 237 -
CMYK 0.29 0.47 0 0.07
HSL 263.04º 0.76% 0.71% -
HSV(B) 263.04º 0.47% 0.93% -
XYZ 38.77 29.11 83.7 -
YUV 150.63 176.75 140.39 -
System Red Green Blue C M Y K H S L
Decimal 168 125 237 0.29 0.47 0 0.07 263.04 0.76 0.71
Hex A8 7D ED 1D 2F 0 7 107 4C 47
Octal 250 175 355 35 57 0 7 407 114 107
Binary 10101000 1111101 11101101 11101 101111 0 111 100000111 1001100 1000111

Color Harmonies of #A87DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DED

Black with #A87DED

Text Example


Text Example

White with #A87DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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