Html Css Color HEX #A77EDC Medium Purple

📋 copy color: '#A77EDC'

red 167 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #A77EDC

Tints of Medium Purple #A77EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

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

R = 32.55%
G = 24.56%
B = 42.88%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A77EDC (or 0xA77EDC) is known color: Medium Purple. HEX triplet: A7, 7E and DC. RGB value is (167,126,220). Sum of RGB (Red+Green+Blue) = 167+126+220=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A77EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77EDC is #588123. Grayscale: #949494. Windows color (decimal): -5800228 or 14450343. OLE color: 14450343.

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

Color convert

RGB 167 126 220 -
CMYK 0.24 0.43 0 0.14
HSL 266.17º 0.57% 0.68% -
HSV(B) 266.17º 0.43% 0.86% -
XYZ 36.32 28.3 71.26 -
YUV 148.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 167 126 220 0.24 0.43 0 0.14 266.17 0.57 0.68
Hex A7 7E DC 18 2B 0 E 10A 39 44
Octal 247 176 334 30 53 0 16 412 71 104
Binary 10100111 1111110 11011100 11000 101011 0 1110 100001010 111001 1000100

Color Harmonies of #A77EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77EDC

Black with #A77EDC

Text Example


Text Example

White with #A77EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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