Html Css Color HEX #A76FC3 Amethyst

📋 copy color: '#A76FC3'

red 167 ◦ green 111 ◦ blue 195

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

Shades of Amethyst #A76FC3

Tints of Amethyst #A76FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 35.31%
G = 23.47%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A76FC3 (or 0xA76FC3) is known color: Amethyst. HEX triplet: A7, 6F and C3. RGB value is (167,111,195). Sum of RGB (Red+Green+Blue) = 167+111+195=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #A76FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FC3 is #58903C. Grayscale: #898989. Windows color (decimal): -5804093 or 12808103. OLE color: 12808103.

HSL color Cylindrical-coordinate representation of color #A76FC3: hue angle of 280º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76FC3 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 111 195 -
CMYK 0.14 0.43 0 0.24
HSL 280º 0.41% 0.6% -
HSV(B) 280º 0.43% 0.76% -
XYZ 31.47 23.52 54.51 -
YUV 137.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 167 111 195 0.14 0.43 0 0.24 280 0.41 0.6
Hex A7 6F C3 E 2B 0 18 118 29 3C
Octal 247 157 303 16 53 0 30 430 51 74
Binary 10100111 1101111 11000011 1110 101011 0 11000 100011000 101001 111100

Color Harmonies of #A76FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FC3

Black with #A76FC3

Text Example


Text Example

White with #A76FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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