Html Css Color HEX #A376D1 Amethyst

📋 copy color: '#A376D1'

red 163 ◦ green 118 ◦ blue 209

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

Shades of Amethyst #A376D1

Tints of Amethyst #A376D1

RGB

 RED value IS 163 (64.06% from 255) = 33.27%

 GREEN value IS 118 (46.48% from 255) = 24.08%

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

R = 33.27%
G = 24.08%
B = 42.65%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A376D1 (or 0xA376D1) is known color: Amethyst. HEX triplet: A3, 76 and D1. RGB value is (163,118,209). Sum of RGB (Red+Green+Blue) = 163+118+209=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #A376D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376D1 is #5C892E. Grayscale: #8D8D8D. Windows color (decimal): -6064431 or 13727395. OLE color: 13727395.

HSL color Cylindrical-coordinate representation of color #A376D1: hue angle of 269.67º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A376D1 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 118 209 -
CMYK 0.22 0.44 0 0.18
HSL 269.67º 0.5% 0.64% -
HSV(B) 269.67º 0.44% 0.82% -
XYZ 33.09 25.35 63.47 -
YUV 141.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 163 118 209 0.22 0.44 0 0.18 269.67 0.5 0.64
Hex A3 76 D1 16 2C 0 12 10E 32 40
Octal 243 166 321 26 54 0 22 416 62 100
Binary 10100011 1110110 11010001 10110 101100 0 10010 100001110 110010 1000000

Color Harmonies of #A376D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376D1

Black with #A376D1

Text Example


Text Example

White with #A376D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376D1; }

 p { color: rgb(163,118,209); }

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

background-color css

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

 a { background-color: rgb(163,118,209); }

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

border-color css

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

 span { border-color: rgb(163,118,209); }

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