Html Css Color HEX #A77BD7 Medium Purple

📋 copy color: '#A77BD7'

red 167 ◦ green 123 ◦ blue 215

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

Shades of Medium Purple #A77BD7

Tints of Medium Purple #A77BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.36%

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

R = 33.07%
G = 24.36%
B = 42.57%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A77BD7 (or 0xA77BD7) is known color: Medium Purple. HEX triplet: A7, 7B and D7. RGB value is (167,123,215). Sum of RGB (Red+Green+Blue) = 167+123+215=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #A77BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BD7 is #588428. Grayscale: #929292. Windows color (decimal): -5801001 or 14121895. OLE color: 14121895.

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

Color convert

RGB 167 123 215 -
CMYK 0.22 0.43 0 0.16
HSL 268.7º 0.53% 0.66% -
HSV(B) 268.7º 0.43% 0.84% -
XYZ 35.29 27.29 67.7 -
YUV 146.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 167 123 215 0.22 0.43 0 0.16 268.7 0.53 0.66
Hex A7 7B D7 16 2B 0 10 10D 35 42
Octal 247 173 327 26 53 0 20 415 65 102
Binary 10100111 1111011 11010111 10110 101011 0 10000 100001101 110101 1000010

Color Harmonies of #A77BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77BD7

Black with #A77BD7

Text Example


Text Example

White with #A77BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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