Html Css Color HEX #A77DDD Medium Purple

📋 copy color: '#A77DDD'

red 167 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #A77DDD

Tints of Medium Purple #A77DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 32.55%
G = 24.37%
B = 43.08%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A77DDD (or 0xA77DDD) is known color: Medium Purple. HEX triplet: A7, 7D and DD. RGB value is (167,125,221). Sum of RGB (Red+Green+Blue) = 167+125+221=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A77DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DDD is #588222. Grayscale: #949494. Windows color (decimal): -5800483 or 14515623. OLE color: 14515623.

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

Color convert

RGB 167 125 221 -
CMYK 0.24 0.43 0 0.13
HSL 266.25º 0.59% 0.68% -
HSV(B) 266.25º 0.43% 0.87% -
XYZ 36.32 28.1 71.92 -
YUV 148.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 167 125 221 0.24 0.43 0 0.13 266.25 0.59 0.68
Hex A7 7D DD 18 2B 0 D 10A 3B 44
Octal 247 175 335 30 53 0 15 412 73 104
Binary 10100111 1111101 11011101 11000 101011 0 1101 100001010 111011 1000100

Color Harmonies of #A77DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DDD

Black with #A77DDD

Text Example


Text Example

White with #A77DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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