Html Css Color HEX #A76BC8 Amethyst

📋 copy color: '#A76BC8'

red 167 ◦ green 107 ◦ blue 200

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

Shades of Amethyst #A76BC8

Tints of Amethyst #A76BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.57%

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

R = 35.23%
G = 22.57%
B = 42.19%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A76BC8 (or 0xA76BC8) is known color: Amethyst. HEX triplet: A7, 6B and C8. RGB value is (167,107,200). Sum of RGB (Red+Green+Blue) = 167+107+200=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #A76BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BC8 is #589437. Grayscale: #878787. Windows color (decimal): -5805112 or 13134759. OLE color: 13134759.

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

Color convert

RGB 167 107 200 -
CMYK 0.16 0.46 0 0.22
HSL 278.71º 0.46% 0.6% -
HSV(B) 278.71º 0.47% 0.78% -
XYZ 31.62 22.9 57.4 -
YUV 135.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 167 107 200 0.16 0.46 0 0.22 278.71 0.46 0.6
Hex A7 6B C8 10 2E 0 16 117 2E 3C
Octal 247 153 310 20 56 0 26 427 56 74
Binary 10100111 1101011 11001000 10000 101110 0 10110 100010111 101110 111100

Color Harmonies of #A76BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BC8

Black with #A76BC8

Text Example


Text Example

White with #A76BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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