Html Css Color HEX #A876DC Medium Purple

📋 copy color: '#A876DC'

red 168 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #A876DC

Tints of Medium Purple #A876DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 33.2%
G = 23.32%
B = 43.48%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A876DC (or 0xA876DC) is known color: Medium Purple. HEX triplet: A8, 76 and DC. RGB value is (168,118,220). Sum of RGB (Red+Green+Blue) = 168+118+220=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A876DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876DC is #578923. Grayscale: #909090. Windows color (decimal): -5736740 or 14448296. OLE color: 14448296.

HSL color Cylindrical-coordinate representation of color #A876DC: hue angle of 269.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A876DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 118 220 -
CMYK 0.24 0.46 0 0.14
HSL 269.41º 0.59% 0.66% -
HSV(B) 269.41º 0.46% 0.86% -
XYZ 35.55 26.45 70.94 -
YUV 144.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 168 118 220 0.24 0.46 0 0.14 269.41 0.59 0.66
Hex A8 76 DC 18 2E 0 E 10D 3B 42
Octal 250 166 334 30 56 0 16 415 73 102
Binary 10101000 1110110 11011100 11000 101110 0 1110 100001101 111011 1000010

Color Harmonies of #A876DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876DC

Black with #A876DC

Text Example


Text Example

White with #A876DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876DC; }

 p { color: rgb(168,118,220); }

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

background-color css

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

 a { background-color: rgb(168,118,220); }

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

border-color css

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

 span { border-color: rgb(168,118,220); }

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