Html Css Color HEX #A76FC8 Amethyst

📋 copy color: '#A76FC8'

red 167 ◦ green 111 ◦ blue 200

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

Shades of Amethyst #A76FC8

Tints of Amethyst #A76FC8

RGB

 RED value IS 167 (65.63% from 255) = 34.94%

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 34.94%
G = 23.22%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A76FC8 (or 0xA76FC8) is known color: Amethyst. HEX triplet: A7, 6F and C8. RGB value is (167,111,200). Sum of RGB (Red+Green+Blue) = 167+111+200=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #A76FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FC8 is #589037. Grayscale: #898989. Windows color (decimal): -5804088 or 13135783. OLE color: 13135783.

HSL color Cylindrical-coordinate representation of color #A76FC8: hue angle of 277.75º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76FC8 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 111 200 -
CMYK 0.16 0.44 0 0.22
HSL 277.75º 0.45% 0.61% -
HSV(B) 277.75º 0.45% 0.78% -
XYZ 32.05 23.75 57.54 -
YUV 137.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 167 111 200 0.16 0.44 0 0.22 277.75 0.45 0.61
Hex A7 6F C8 10 2C 0 16 116 2D 3D
Octal 247 157 310 20 54 0 26 426 55 75
Binary 10100111 1101111 11001000 10000 101100 0 10110 100010110 101101 111101

Color Harmonies of #A76FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FC8

Black with #A76FC8

Text Example


Text Example

White with #A76FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FC8; }

 p { color: rgb(167,111,200); }

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

background-color css

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

 a { background-color: rgb(167,111,200); }

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

border-color css

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

 span { border-color: rgb(167,111,200); }

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