Html Css Color HEX #A771E0 Medium Purple

📋 copy color: '#A771E0'

red 167 ◦ green 113 ◦ blue 224

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

Shades of Medium Purple #A771E0

Tints of Medium Purple #A771E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 33.13%
G = 22.42%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A771E0 (or 0xA771E0) is known color: Medium Purple. HEX triplet: A7, 71 and E0. RGB value is (167,113,224). Sum of RGB (Red+Green+Blue) = 167+113+224=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #A771E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771E0 is #588E1F. Grayscale: #8D8D8D. Windows color (decimal): -5803552 or 14709159. OLE color: 14709159.

HSL color Cylindrical-coordinate representation of color #A771E0: hue angle of 269.19º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A771E0 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 113 224 -
CMYK 0.25 0.50 0 0.12
HSL 269.19º 0.64% 0.66% -
HSV(B) 269.19º 0.5% 0.88% -
XYZ 35.3 25.41 73.56 -
YUV 141.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 167 113 224 0.25 0.50 0 0.12 269.19 0.64 0.66
Hex A7 71 E0 19 32 0 C 10D 40 42
Octal 247 161 340 31 62 0 14 415 100 102
Binary 10100111 1110001 11100000 11001 110010 0 1100 100001101 1000000 1000010

Color Harmonies of #A771E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771E0

Black with #A771E0

Text Example


Text Example

White with #A771E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771E0; }

 p { color: rgb(167,113,224); }

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

background-color css

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

 a { background-color: rgb(167,113,224); }

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

border-color css

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

 span { border-color: rgb(167,113,224); }

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