Html Css Color HEX #A876CC Amethyst

📋 copy color: '#A876CC'

red 168 ◦ green 118 ◦ blue 204

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

Shades of Amethyst #A876CC

Tints of Amethyst #A876CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 34.29%
G = 24.08%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A876CC (or 0xA876CC) is known color: Amethyst. HEX triplet: A8, 76 and CC. RGB value is (168,118,204). Sum of RGB (Red+Green+Blue) = 168+118+204=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A876CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CC is #578933. Grayscale: #8E8E8E. Windows color (decimal): -5736756 or 13399720. OLE color: 13399720.

HSL color Cylindrical-coordinate representation of color #A876CC: hue angle of 274.88º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A876CC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 118 204 -
CMYK 0.18 0.42 0 0.2
HSL 274.88º 0.46% 0.63% -
HSV(B) 274.88º 0.42% 0.8% -
XYZ 33.53 25.64 60.31 -
YUV 142.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 168 118 204 0.18 0.42 0 0.2 274.88 0.46 0.63
Hex A8 76 CC 12 2A 0 14 113 2E 3F
Octal 250 166 314 22 52 0 24 423 56 77
Binary 10101000 1110110 11001100 10010 101010 0 10100 100010011 101110 111111

Color Harmonies of #A876CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876CC

Black with #A876CC

Text Example


Text Example

White with #A876CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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