Html Css Color HEX #A771DC Amethyst

📋 copy color: '#A771DC'

red 167 ◦ green 113 ◦ blue 220

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

Shades of Amethyst #A771DC

Tints of Amethyst #A771DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 33.4%
G = 22.6%
B = 44%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A771DC (or 0xA771DC) is known color: Amethyst. HEX triplet: A7, 71 and DC. RGB value is (167,113,220). Sum of RGB (Red+Green+Blue) = 167+113+220=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A771DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771DC is #588E23. Grayscale: #8C8C8C. Windows color (decimal): -5803556 or 14447015. OLE color: 14447015.

HSL color Cylindrical-coordinate representation of color #A771DC: hue angle of 270.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A771DC is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 113 220 -
CMYK 0.24 0.49 0 0.14
HSL 270.28º 0.6% 0.65% -
HSV(B) 270.28º 0.49% 0.86% -
XYZ 34.76 25.19 70.74 -
YUV 141.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 167 113 220 0.24 0.49 0 0.14 270.28 0.6 0.65
Hex A7 71 DC 18 31 0 E 10E 3C 41
Octal 247 161 334 30 61 0 16 416 74 101
Binary 10100111 1110001 11011100 11000 110001 0 1110 100001110 111100 1000001

Color Harmonies of #A771DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771DC

Black with #A771DC

Text Example


Text Example

White with #A771DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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