Html Css Color HEX #A771C0 Amethyst

📋 copy color: '#A771C0'

red 167 ◦ green 113 ◦ blue 192

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

Shades of Amethyst #A771C0

Tints of Amethyst #A771C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 35.38%
G = 23.94%
B = 40.68%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A771C0 (or 0xA771C0) is known color: Amethyst. HEX triplet: A7, 71 and C0. RGB value is (167,113,192). Sum of RGB (Red+Green+Blue) = 167+113+192=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #A771C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771C0 is #588E3F. Grayscale: #898989. Windows color (decimal): -5803584 or 12612007. OLE color: 12612007.

HSL color Cylindrical-coordinate representation of color #A771C0: hue angle of 281.01º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A771C0 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 113 192 -
CMYK 0.13 0.41 0 0.25
HSL 281.01º 0.39% 0.6% -
HSV(B) 281.01º 0.41% 0.75% -
XYZ 31.36 23.83 52.82 -
YUV 138.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 167 113 192 0.13 0.41 0 0.25 281.01 0.39 0.6
Hex A7 71 C0 D 29 0 19 119 27 3C
Octal 247 161 300 15 51 0 31 431 47 74
Binary 10100111 1110001 11000000 1101 101001 0 11001 100011001 100111 111100

Color Harmonies of #A771C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771C0

Black with #A771C0

Text Example


Text Example

White with #A771C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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