Html Css Color HEX #A876D7 Amethyst

📋 copy color: '#A876D7'

red 168 ◦ green 118 ◦ blue 215

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

Shades of Amethyst #A876D7

Tints of Amethyst #A876D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 33.53%
G = 23.55%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A876D7 (or 0xA876D7) is known color: Amethyst. HEX triplet: A8, 76 and D7. RGB value is (168,118,215). Sum of RGB (Red+Green+Blue) = 168+118+215=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #A876D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876D7 is #578928. Grayscale: #8F8F8F. Windows color (decimal): -5736745 or 14120616. OLE color: 14120616.

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

Color convert

RGB 168 118 215 -
CMYK 0.22 0.45 0 0.16
HSL 270.93º 0.55% 0.65% -
HSV(B) 270.93º 0.45% 0.84% -
XYZ 34.89 26.19 67.51 -
YUV 144.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 168 118 215 0.22 0.45 0 0.16 270.93 0.55 0.65
Hex A8 76 D7 16 2D 0 10 10F 37 41
Octal 250 166 327 26 55 0 20 417 67 101
Binary 10101000 1110110 11010111 10110 101101 0 10000 100001111 110111 1000001

Color Harmonies of #A876D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876D7

Black with #A876D7

Text Example


Text Example

White with #A876D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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