Html Css Color HEX #A76CCE Amethyst

📋 copy color: '#A76CCE'

red 167 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A76CCE

Tints of Amethyst #A76CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 34.72%
G = 22.45%
B = 42.83%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A76CCE (or 0xA76CCE) is known color: Amethyst. HEX triplet: A7, 6C and CE. RGB value is (167,108,206). Sum of RGB (Red+Green+Blue) = 167+108+206=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CCE is #589331. Grayscale: #888888. Windows color (decimal): -5804850 or 13528231. OLE color: 13528231.

HSL color Cylindrical-coordinate representation of color #A76CCE: hue angle of 276.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76CCE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 108 206 -
CMYK 0.19 0.48 0 0.19
HSL 276.12º 0.5% 0.62% -
HSV(B) 276.12º 0.48% 0.81% -
XYZ 32.44 23.4 61.2 -
YUV 136.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 167 108 206 0.19 0.48 0 0.19 276.12 0.5 0.62
Hex A7 6C CE 13 30 0 13 114 32 3E
Octal 247 154 316 23 60 0 23 424 62 76
Binary 10100111 1101100 11001110 10011 110000 0 10011 100010100 110010 111110

Color Harmonies of #A76CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CCE

Black with #A76CCE

Text Example


Text Example

White with #A76CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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