Html Css Color HEX #A776DC Medium Purple

📋 copy color: '#A776DC'

red 167 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #A776DC

Tints of Medium Purple #A776DC

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

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

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

R = 33.07%
G = 23.37%
B = 43.56%

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

#A776DC (or 0xA776DC) is known color: Medium Purple. HEX triplet: A7, 76 and DC. RGB value is (167,118,220). Sum of RGB (Red+Green+Blue) = 167+118+220=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A776DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776DC is #588923. Grayscale: #8F8F8F. Windows color (decimal): -5802276 or 14448295. OLE color: 14448295.

HSL color Cylindrical-coordinate representation of color #A776DC: hue angle of 268.82º 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 #A776DC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 118 220 -
CMYK 0.24 0.46 0 0.14
HSL 268.82º 0.59% 0.66% -
HSV(B) 268.82º 0.46% 0.86% -
XYZ 35.33 26.34 70.93 -
YUV 144.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 167 118 220 0.24 0.46 0 0.14 268.82 0.59 0.66
Hex A7 76 DC 18 2E 0 E 10D 3B 42
Octal 247 166 334 30 56 0 16 415 73 102
Binary 10100111 1110110 11011100 11000 101110 0 1110 100001101 111011 1000010

Color Harmonies of #A776DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776DC

Black with #A776DC

Text Example


Text Example

White with #A776DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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