Html Css Color HEX #A771F2 Medium Purple

📋 copy color: '#A771F2'

red 167 ◦ green 113 ◦ blue 242

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

Shades of Medium Purple #A771F2

Tints of Medium Purple #A771F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 31.99%
G = 21.65%
B = 46.36%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A771F2 (or 0xA771F2) is known color: Medium Purple. HEX triplet: A7, 71 and F2. RGB value is (167,113,242). Sum of RGB (Red+Green+Blue) = 167+113+242=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #A771F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A771F2 is #588E0D. Grayscale: #8F8F8F. Windows color (decimal): -5803534 or 15888807. OLE color: 15888807.

HSL color Cylindrical-coordinate representation of color #A771F2: hue angle of 265.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A771F2 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 113 242 -
CMYK 0.31 0.53 0 0.05
HSL 265.12º 0.83% 0.7% -
HSV(B) 265.12º 0.53% 0.95% -
XYZ 37.87 26.44 87.11 -
YUV 143.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 167 113 242 0.31 0.53 0 0.05 265.12 0.83 0.7
Hex A7 71 F2 1F 35 0 5 109 53 46
Octal 247 161 362 37 65 0 5 411 123 106
Binary 10100111 1110001 11110010 11111 110101 0 101 100001001 1010011 1000110

Color Harmonies of #A771F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771F2

Black with #A771F2

Text Example


Text Example

White with #A771F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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