Html Css Color HEX #A76DCE Amethyst

📋 copy color: '#A76DCE'

red 167 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #A76DCE

Tints of Amethyst #A76DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.61%

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

R = 34.65%
G = 22.61%
B = 42.74%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A76DCE (or 0xA76DCE) is known color: Amethyst. HEX triplet: A7, 6D and CE. RGB value is (167,109,206). Sum of RGB (Red+Green+Blue) = 167+109+206=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCE is #589231. Grayscale: #898989. Windows color (decimal): -5804594 or 13528487. OLE color: 13528487.

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

Color convert

RGB 167 109 206 -
CMYK 0.19 0.47 0 0.19
HSL 275.88º 0.5% 0.62% -
HSV(B) 275.88º 0.47% 0.81% -
XYZ 32.55 23.61 61.23 -
YUV 137.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 167 109 206 0.19 0.47 0 0.19 275.88 0.5 0.62
Hex A7 6D CE 13 2F 0 13 114 32 3E
Octal 247 155 316 23 57 0 23 424 62 76
Binary 10100111 1101101 11001110 10011 101111 0 10011 100010100 110010 111110

Color Harmonies of #A76DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DCE

Black with #A76DCE

Text Example


Text Example

White with #A76DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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