Html Css Color HEX #A77FE1 Medium Purple

📋 copy color: '#A77FE1'

red 167 ◦ green 127 ◦ blue 225

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

Shades of Medium Purple #A77FE1

Tints of Medium Purple #A77FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 32.18%
G = 24.47%
B = 43.35%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A77FE1 (or 0xA77FE1) is known color: Medium Purple. HEX triplet: A7, 7F and E1. RGB value is (167,127,225). Sum of RGB (Red+Green+Blue) = 167+127+225=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #A77FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FE1 is #58801E. Grayscale: #959595. Windows color (decimal): -5799967 or 14778279. OLE color: 14778279.

HSL color Cylindrical-coordinate representation of color #A77FE1: hue angle of 264.49º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77FE1 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 127 225 -
CMYK 0.26 0.44 0 0.12
HSL 264.49º 0.62% 0.69% -
HSV(B) 264.49º 0.44% 0.88% -
XYZ 37.12 28.83 74.84 -
YUV 150.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 167 127 225 0.26 0.44 0 0.12 264.49 0.62 0.69
Hex A7 7F E1 1A 2C 0 C 108 3E 45
Octal 247 177 341 32 54 0 14 410 76 105
Binary 10100111 1111111 11100001 11010 101100 0 1100 100001000 111110 1000101

Color Harmonies of #A77FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77FE1

Black with #A77FE1

Text Example


Text Example

White with #A77FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77FE1; }

 p { color: rgb(167,127,225); }

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

background-color css

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

 a { background-color: rgb(167,127,225); }

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

border-color css

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

 span { border-color: rgb(167,127,225); }

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