Html Css Color HEX #A76BC0 Amethyst

📋 copy color: '#A76BC0'

red 167 ◦ green 107 ◦ blue 192

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

Shades of Amethyst #A76BC0

Tints of Amethyst #A76BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 35.84%
G = 22.96%
B = 41.2%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A76BC0 (or 0xA76BC0) is known color: Amethyst. HEX triplet: A7, 6B and C0. RGB value is (167,107,192). Sum of RGB (Red+Green+Blue) = 167+107+192=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #A76BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BC0 is #58943F. Grayscale: #868686. Windows color (decimal): -5805120 or 12610471. OLE color: 12610471.

HSL color Cylindrical-coordinate representation of color #A76BC0: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A76BC0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 107 192 -
CMYK 0.13 0.44 0 0.25
HSL 282.35º 0.4% 0.59% -
HSV(B) 282.35º 0.44% 0.75% -
XYZ 30.71 22.54 52.6 -
YUV 134.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 167 107 192 0.13 0.44 0 0.25 282.35 0.4 0.59
Hex A7 6B C0 D 2C 0 19 11A 28 3B
Octal 247 153 300 15 54 0 31 432 50 73
Binary 10100111 1101011 11000000 1101 101100 0 11001 100011010 101000 111011

Color Harmonies of #A76BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BC0

Black with #A76BC0

Text Example


Text Example

White with #A76BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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