Html Css Color HEX #A77DDC Medium Purple

📋 copy color: '#A77DDC'

red 167 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #A77DDC

Tints of Medium Purple #A77DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 32.62%
G = 24.41%
B = 42.97%

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

#A77DDC (or 0xA77DDC) is known color: Medium Purple. HEX triplet: A7, 7D and DC. RGB value is (167,125,220). Sum of RGB (Red+Green+Blue) = 167+125+220=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A77DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DDC is #588223. Grayscale: #949494. Windows color (decimal): -5800484 or 14450087. OLE color: 14450087.

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

Color convert

RGB 167 125 220 -
CMYK 0.24 0.43 0 0.14
HSL 266.53º 0.58% 0.68% -
HSV(B) 266.53º 0.43% 0.86% -
XYZ 36.19 28.05 71.22 -
YUV 148.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 167 125 220 0.24 0.43 0 0.14 266.53 0.58 0.68
Hex A7 7D DC 18 2B 0 E 10B 3A 44
Octal 247 175 334 30 53 0 16 413 72 104
Binary 10100111 1111101 11011100 11000 101011 0 1110 100001011 111010 1000100

Color Harmonies of #A77DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DDC

Black with #A77DDC

Text Example


Text Example

White with #A77DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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