Html Css Color HEX #A876D5 Amethyst

📋 copy color: '#A876D5'

red 168 ◦ green 118 ◦ blue 213

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

Shades of Amethyst #A876D5

Tints of Amethyst #A876D5

RGB

 RED value IS 168 (66.02% from 255) = 33.67%

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

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

R = 33.67%
G = 23.65%
B = 42.69%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A876D5 (or 0xA876D5) is known color: Amethyst. HEX triplet: A8, 76 and D5. RGB value is (168,118,213). Sum of RGB (Red+Green+Blue) = 168+118+213=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A876D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876D5 is #57892A. Grayscale: #8F8F8F. Windows color (decimal): -5736747 or 13989544. OLE color: 13989544.

HSL color Cylindrical-coordinate representation of color #A876D5: hue angle of 271.58º 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 #A876D5 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 118 213 -
CMYK 0.21 0.45 0 0.16
HSL 271.58º 0.53% 0.65% -
HSV(B) 271.58º 0.45% 0.84% -
XYZ 34.64 26.09 66.16 -
YUV 143.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 168 118 213 0.21 0.45 0 0.16 271.58 0.53 0.65
Hex A8 76 D5 15 2D 0 10 110 35 41
Octal 250 166 325 25 55 0 20 420 65 101
Binary 10101000 1110110 11010101 10101 101101 0 10000 100010000 110101 1000001

Color Harmonies of #A876D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876D5

Black with #A876D5

Text Example


Text Example

White with #A876D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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