Html Css Color HEX #A77DD7 Medium Purple

📋 copy color: '#A77DD7'

red 167 ◦ green 125 ◦ blue 215

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

Shades of Medium Purple #A77DD7

Tints of Medium Purple #A77DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 32.94%
G = 24.65%
B = 42.41%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A77DD7 (or 0xA77DD7) is known color: Medium Purple. HEX triplet: A7, 7D and D7. RGB value is (167,125,215). Sum of RGB (Red+Green+Blue) = 167+125+215=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #A77DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD7 is #588228. Grayscale: #939393. Windows color (decimal): -5800489 or 14122407. OLE color: 14122407.

HSL color Cylindrical-coordinate representation of color #A77DD7: hue angle of 268º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77DD7 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 125 215 -
CMYK 0.22 0.42 0 0.16
HSL 268º 0.53% 0.67% -
HSV(B) 268º 0.42% 0.84% -
XYZ 35.54 27.79 67.78 -
YUV 147.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 167 125 215 0.22 0.42 0 0.16 268 0.53 0.67
Hex A7 7D D7 16 2A 0 10 10C 35 43
Octal 247 175 327 26 52 0 20 414 65 103
Binary 10100111 1111101 11010111 10110 101010 0 10000 100001100 110101 1000011

Color Harmonies of #A77DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DD7

Black with #A77DD7

Text Example


Text Example

White with #A77DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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