Html Css Color HEX #A76FD1 Amethyst

📋 copy color: '#A76FD1'

red 167 ◦ green 111 ◦ blue 209

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

Shades of Amethyst #A76FD1

Tints of Amethyst #A76FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 34.29%
G = 22.79%
B = 42.92%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76FD1 (or 0xA76FD1) is known color: Amethyst. HEX triplet: A7, 6F and D1. RGB value is (167,111,209). Sum of RGB (Red+Green+Blue) = 167+111+209=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #A76FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FD1 is #58902E. Grayscale: #8A8A8A. Windows color (decimal): -5804079 or 13725607. OLE color: 13725607.

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

Color convert

RGB 167 111 209 -
CMYK 0.20 0.47 0 0.18
HSL 274.29º 0.52% 0.63% -
HSV(B) 274.29º 0.47% 0.82% -
XYZ 33.13 24.19 63.24 -
YUV 138.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 167 111 209 0.20 0.47 0 0.18 274.29 0.52 0.63
Hex A7 6F D1 14 2F 0 12 112 34 3F
Octal 247 157 321 24 57 0 22 422 64 77
Binary 10100111 1101111 11010001 10100 101111 0 10010 100010010 110100 111111

Color Harmonies of #A76FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FD1

Black with #A76FD1

Text Example


Text Example

White with #A76FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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