Html Css Color HEX #A376D5 Amethyst

📋 copy color: '#A376D5'

red 163 ◦ green 118 ◦ blue 213

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

Shades of Amethyst #A376D5

Tints of Amethyst #A376D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 33%
G = 23.89%
B = 43.12%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A376D5 (or 0xA376D5) is known color: Amethyst. HEX triplet: A3, 76 and D5. RGB value is (163,118,213). Sum of RGB (Red+Green+Blue) = 163+118+213=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A376D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376D5 is #5C892A. Grayscale: #8D8D8D. Windows color (decimal): -6064427 or 13989539. OLE color: 13989539.

HSL color Cylindrical-coordinate representation of color #A376D5: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A376D5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 118 213 -
CMYK 0.23 0.45 0 0.16
HSL 268.42º 0.53% 0.65% -
HSV(B) 268.42º 0.45% 0.84% -
XYZ 33.59 25.55 66.11 -
YUV 142.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 163 118 213 0.23 0.45 0 0.16 268.42 0.53 0.65
Hex A3 76 D5 17 2D 0 10 10C 35 41
Octal 243 166 325 27 55 0 20 414 65 101
Binary 10100011 1110110 11010101 10111 101101 0 10000 100001100 110101 1000001

Color Harmonies of #A376D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376D5

Black with #A376D5

Text Example


Text Example

White with #A376D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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