Html Css Color HEX #A876D9 Amethyst

📋 copy color: '#A876D9'

red 168 ◦ green 118 ◦ blue 217

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

Shades of Amethyst #A876D9

Tints of Amethyst #A876D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.14%

R = 33.4%
G = 23.46%
B = 43.14%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A876D9 (or 0xA876D9) is known color: Amethyst. HEX triplet: A8, 76 and D9. RGB value is (168,118,217). Sum of RGB (Red+Green+Blue) = 168+118+217=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #A876D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876D9 is #578926. Grayscale: #8F8F8F. Windows color (decimal): -5736743 or 14251688. OLE color: 14251688.

HSL color Cylindrical-coordinate representation of color #A876D9: hue angle of 270.3º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A876D9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 118 217 -
CMYK 0.23 0.46 0 0.15
HSL 270.3º 0.57% 0.66% -
HSV(B) 270.3º 0.46% 0.85% -
XYZ 35.15 26.29 68.87 -
YUV 144.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 168 118 217 0.23 0.46 0 0.15 270.3 0.57 0.66
Hex A8 76 D9 17 2E 0 F 10E 39 42
Octal 250 166 331 27 56 0 17 416 71 102
Binary 10101000 1110110 11011001 10111 101110 0 1111 100001110 111001 1000010

Color Harmonies of #A876D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876D9

Black with #A876D9

Text Example


Text Example

White with #A876D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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