Html Css Color HEX #A776ED Medium Purple

📋 copy color: '#A776ED'

red 167 ◦ green 118 ◦ blue 237

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

Shades of Medium Purple #A776ED

Tints of Medium Purple #A776ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 31.99%
G = 22.61%
B = 45.4%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A776ED (or 0xA776ED) is known color: Medium Purple. HEX triplet: A7, 76 and ED. RGB value is (167,118,237). Sum of RGB (Red+Green+Blue) = 167+118+237=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A776ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776ED is #588912. Grayscale: #919191. Windows color (decimal): -5802259 or 15562407. OLE color: 15562407.

HSL color Cylindrical-coordinate representation of color #A776ED: hue angle of 264.71º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A776ED is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 118 237 -
CMYK 0.30 0.50 0 0.07
HSL 264.71º 0.77% 0.7% -
HSV(B) 264.71º 0.5% 0.93% -
XYZ 37.7 27.29 83.4 -
YUV 146.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 167 118 237 0.30 0.50 0 0.07 264.71 0.77 0.7
Hex A7 76 ED 1E 32 0 7 109 4D 46
Octal 247 166 355 36 62 0 7 411 115 106
Binary 10100111 1110110 11101101 11110 110010 0 111 100001001 1001101 1000110

Color Harmonies of #A776ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A776ED

Black with #A776ED

Text Example


Text Example

White with #A776ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A776ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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