Html Css Color HEX #A87DDE Medium Purple

📋 copy color: '#A87DDE'

red 168 ◦ green 125 ◦ blue 222

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

Shades of Medium Purple #A87DDE

Tints of Medium Purple #A87DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 32.62%
G = 24.27%
B = 43.11%

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

#A87DDE (or 0xA87DDE) is known color: Medium Purple. HEX triplet: A8, 7D and DE. RGB value is (168,125,222). Sum of RGB (Red+Green+Blue) = 168+125+222=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A87DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DDE is #578221. Grayscale: #949494. Windows color (decimal): -5734946 or 14581160. OLE color: 14581160.

HSL color Cylindrical-coordinate representation of color #A87DDE: hue angle of 266.6º degrees, saturation: 0.6, 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 #A87DDE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 125 222 -
CMYK 0.24 0.44 0 0.13
HSL 266.6º 0.6% 0.68% -
HSV(B) 266.6º 0.44% 0.87% -
XYZ 36.67 28.27 72.63 -
YUV 148.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 168 125 222 0.24 0.44 0 0.13 266.6 0.6 0.68
Hex A8 7D DE 18 2C 0 D 10B 3C 44
Octal 250 175 336 30 54 0 15 413 74 104
Binary 10101000 1111101 11011110 11000 101100 0 1101 100001011 111100 1000100

Color Harmonies of #A87DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DDE

Black with #A87DDE

Text Example


Text Example

White with #A87DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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