Html Css Color HEX #A771ED Medium Purple

📋 copy color: '#A771ED'

red 167 ◦ green 113 ◦ blue 237

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

Shades of Medium Purple #A771ED

Tints of Medium Purple #A771ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 32.3%
G = 21.86%
B = 45.84%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A771ED (or 0xA771ED) is known color: Medium Purple. HEX triplet: A7, 71 and ED. RGB value is (167,113,237). Sum of RGB (Red+Green+Blue) = 167+113+237=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A771ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A771ED is #588E12. Grayscale: #8E8E8E. Windows color (decimal): -5803539 or 15561127. OLE color: 15561127.

HSL color Cylindrical-coordinate representation of color #A771ED: hue angle of 266.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A771ED is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 113 237 -
CMYK 0.30 0.52 0 0.07
HSL 266.13º 0.78% 0.69% -
HSV(B) 266.13º 0.52% 0.93% -
XYZ 37.13 26.14 83.21 -
YUV 143.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 167 113 237 0.30 0.52 0 0.07 266.13 0.78 0.69
Hex A7 71 ED 1E 34 0 7 10A 4E 45
Octal 247 161 355 36 64 0 7 412 116 105
Binary 10100111 1110001 11101101 11110 110100 0 111 100001010 1001110 1000101

Color Harmonies of #A771ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771ED

Black with #A771ED

Text Example


Text Example

White with #A771ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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