Html Css Color HEX #A761D1 Amethyst

📋 copy color: '#A761D1'

red 167 ◦ green 97 ◦ blue 209

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

Shades of Amethyst #A761D1

Tints of Amethyst #A761D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 35.31%
G = 20.51%
B = 44.19%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A761D1 (or 0xA761D1) is known color: Amethyst. HEX triplet: A7, 61 and D1. RGB value is (167,97,209). Sum of RGB (Red+Green+Blue) = 167+97+209=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #A761D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761D1 is #589E2E. Grayscale: #828282. Windows color (decimal): -5807663 or 13722023. OLE color: 13722023.

HSL color Cylindrical-coordinate representation of color #A761D1: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A761D1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 97 209 -
CMYK 0.20 0.54 0 0.18
HSL 277.5º 0.55% 0.6% -
HSV(B) 277.5º 0.54% 0.82% -
XYZ 31.72 21.37 62.77 -
YUV 130.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 167 97 209 0.20 0.54 0 0.18 277.5 0.55 0.6
Hex A7 61 D1 14 36 0 12 116 37 3C
Octal 247 141 321 24 66 0 22 426 67 74
Binary 10100111 1100001 11010001 10100 110110 0 10010 100010110 110111 111100

Color Harmonies of #A761D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761D1

Black with #A761D1

Text Example


Text Example

White with #A761D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761D1; }

 p { color: rgb(167,97,209); }

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

background-color css

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

 a { background-color: rgb(167,97,209); }

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

border-color css

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

 span { border-color: rgb(167,97,209); }

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