Html Css Color HEX #A87DDF Medium Purple

📋 copy color: '#A87DDF'

red 168 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #A87DDF

Tints of Medium Purple #A87DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 32.56%
G = 24.22%
B = 43.22%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A87DDF (or 0xA87DDF) is known color: Medium Purple. HEX triplet: A8, 7D and DF. RGB value is (168,125,223). Sum of RGB (Red+Green+Blue) = 168+125+223=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A87DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DDF is #578220. Grayscale: #949494. Windows color (decimal): -5734945 or 14646696. OLE color: 14646696.

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

Color convert

RGB 168 125 223 -
CMYK 0.25 0.44 0 0.13
HSL 266.33º 0.6% 0.68% -
HSV(B) 266.33º 0.44% 0.87% -
XYZ 36.8 28.32 73.34 -
YUV 149.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 168 125 223 0.25 0.44 0 0.13 266.33 0.6 0.68
Hex A8 7D DF 19 2C 0 D 10A 3C 44
Octal 250 175 337 31 54 0 15 412 74 104
Binary 10101000 1111101 11011111 11001 101100 0 1101 100001010 111100 1000100

Color Harmonies of #A87DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DDF

Black with #A87DDF

Text Example


Text Example

White with #A87DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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