Html Css Color HEX #A76CBF Amethyst

📋 copy color: '#A76CBF'

red 167 ◦ green 108 ◦ blue 191

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

Shades of Amethyst #A76CBF

Tints of Amethyst #A76CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 35.84%
G = 23.18%
B = 40.99%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A76CBF (or 0xA76CBF) is known color: Amethyst. HEX triplet: A7, 6C and BF. RGB value is (167,108,191). Sum of RGB (Red+Green+Blue) = 167+108+191=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #A76CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CBF is #589340. Grayscale: #868686. Windows color (decimal): -5804865 or 12545191. OLE color: 12545191.

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

Color convert

RGB 167 108 191 -
CMYK 0.13 0.43 0 0.25
HSL 282.65º 0.39% 0.59% -
HSV(B) 282.65º 0.43% 0.75% -
XYZ 30.7 22.7 52.05 -
YUV 135.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 167 108 191 0.13 0.43 0 0.25 282.65 0.39 0.59
Hex A7 6C BF D 2B 0 19 11B 27 3B
Octal 247 154 277 15 53 0 31 433 47 73
Binary 10100111 1101100 10111111 1101 101011 0 11001 100011011 100111 111011

Color Harmonies of #A76CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CBF

Black with #A76CBF

Text Example


Text Example

White with #A76CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CBF; }

 p { color: rgb(167,108,191); }

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

background-color css

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

 a { background-color: rgb(167,108,191); }

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

border-color css

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

 span { border-color: rgb(167,108,191); }

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