Html Css Color HEX #A776DA Medium Purple

📋 copy color: '#A776DA'

red 167 ◦ green 118 ◦ blue 218

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

Shades of Medium Purple #A776DA

Tints of Medium Purple #A776DA

RGB

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

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

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

R = 33.2%
G = 23.46%
B = 43.34%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A776DA (or 0xA776DA) is known color: Medium Purple. HEX triplet: A7, 76 and DA. RGB value is (167,118,218). Sum of RGB (Red+Green+Blue) = 167+118+218=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A776DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776DA is #588925. Grayscale: #8F8F8F. Windows color (decimal): -5802278 or 14317223. OLE color: 14317223.

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

Color convert

RGB 167 118 218 -
CMYK 0.23 0.46 0 0.15
HSL 269.4º 0.57% 0.66% -
HSV(B) 269.4º 0.46% 0.85% -
XYZ 35.07 26.23 69.55 -
YUV 144.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 167 118 218 0.23 0.46 0 0.15 269.4 0.57 0.66
Hex A7 76 DA 17 2E 0 F 10D 39 42
Octal 247 166 332 27 56 0 17 415 71 102
Binary 10100111 1110110 11011010 10111 101110 0 1111 100001101 111001 1000010

Color Harmonies of #A776DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776DA

Black with #A776DA

Text Example


Text Example

White with #A776DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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