Html Css Color HEX #A876CE Amethyst

📋 copy color: '#A876CE'

red 168 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #A876CE

Tints of Amethyst #A876CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 34.15%
G = 23.98%
B = 41.87%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A876CE (or 0xA876CE) is known color: Amethyst. HEX triplet: A8, 76 and CE. RGB value is (168,118,206). Sum of RGB (Red+Green+Blue) = 168+118+206=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A876CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CE is #578931. Grayscale: #8E8E8E. Windows color (decimal): -5736754 or 13530792. OLE color: 13530792.

HSL color Cylindrical-coordinate representation of color #A876CE: hue angle of 274.09º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A876CE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 118 206 -
CMYK 0.18 0.43 0 0.19
HSL 274.09º 0.47% 0.64% -
HSV(B) 274.09º 0.43% 0.81% -
XYZ 33.77 25.74 61.58 -
YUV 142.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 168 118 206 0.18 0.43 0 0.19 274.09 0.47 0.64
Hex A8 76 CE 12 2B 0 13 112 2F 40
Octal 250 166 316 22 53 0 23 422 57 100
Binary 10101000 1110110 11001110 10010 101011 0 10011 100010010 101111 1000000

Color Harmonies of #A876CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876CE

Black with #A876CE

Text Example


Text Example

White with #A876CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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