Html Css Color HEX #A87BDA Medium Purple

📋 copy color: '#A87BDA'

red 168 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A87BDA

Tints of Medium Purple #A87BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.17%

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

R = 33.01%
G = 24.17%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A87BDA (or 0xA87BDA) is known color: Medium Purple. HEX triplet: A8, 7B and DA. RGB value is (168,123,218). Sum of RGB (Red+Green+Blue) = 168+123+218=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A87BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BDA is #578425. Grayscale: #929292. Windows color (decimal): -5735462 or 14318504. OLE color: 14318504.

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

Color convert

RGB 168 123 218 -
CMYK 0.23 0.44 0 0.15
HSL 268.42º 0.56% 0.67% -
HSV(B) 268.42º 0.44% 0.85% -
XYZ 35.89 27.55 69.76 -
YUV 147.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 168 123 218 0.23 0.44 0 0.15 268.42 0.56 0.67
Hex A8 7B DA 17 2C 0 F 10C 38 43
Octal 250 173 332 27 54 0 17 414 70 103
Binary 10101000 1111011 11011010 10111 101100 0 1111 100001100 111000 1000011

Color Harmonies of #A87BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87BDA

Black with #A87BDA

Text Example


Text Example

White with #A87BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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