Html Css Color HEX #A776EC Medium Purple

📋 copy color: '#A776EC'

red 167 ◦ green 118 ◦ blue 236

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

Shades of Medium Purple #A776EC

Tints of Medium Purple #A776EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 32.05%
G = 22.65%
B = 45.3%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A776EC (or 0xA776EC) is known color: Medium Purple. HEX triplet: A7, 76 and EC. RGB value is (167,118,236). Sum of RGB (Red+Green+Blue) = 167+118+236=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A776EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776EC is #588913. Grayscale: #919191. Windows color (decimal): -5802260 or 15496871. OLE color: 15496871.

HSL color Cylindrical-coordinate representation of color #A776EC: hue angle of 264.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A776EC is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 118 236 -
CMYK 0.29 0.5 0 0.07
HSL 264.92º 0.76% 0.69% -
HSV(B) 264.92º 0.5% 0.93% -
XYZ 37.56 27.23 82.63 -
YUV 146.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 167 118 236 0.29 0.5 0 0.07 264.92 0.76 0.69
Hex A7 76 EC 1D 32 0 7 109 4C 45
Octal 247 166 354 35 62 0 7 411 114 105
Binary 10100111 1110110 11101100 11101 110010 0 111 100001001 1001100 1000101

Color Harmonies of #A776EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776EC

Black with #A776EC

Text Example


Text Example

White with #A776EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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