Html Css Color HEX #A87DDA Medium Purple

📋 copy color: '#A87DDA'

red 168 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A87DDA

Tints of Medium Purple #A87DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 32.88%
G = 24.46%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A87DDA (or 0xA87DDA) is known color: Medium Purple. HEX triplet: A8, 7D and DA. RGB value is (168,125,218). Sum of RGB (Red+Green+Blue) = 168+125+218=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A87DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DDA is #578225. Grayscale: #949494. Windows color (decimal): -5734950 or 14319016. OLE color: 14319016.

HSL color Cylindrical-coordinate representation of color #A87DDA: hue angle of 267.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A87DDA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 125 218 -
CMYK 0.23 0.43 0 0.15
HSL 267.74º 0.56% 0.67% -
HSV(B) 267.74º 0.43% 0.85% -
XYZ 36.14 28.05 69.84 -
YUV 148.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 168 125 218 0.23 0.43 0 0.15 267.74 0.56 0.67
Hex A8 7D DA 17 2B 0 F 10C 38 43
Octal 250 175 332 27 53 0 17 414 70 103
Binary 10101000 1111101 11011010 10111 101011 0 1111 100001100 111000 1000011

Color Harmonies of #A87DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DDA

Black with #A87DDA

Text Example


Text Example

White with #A87DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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