Html Css Color HEX #A76DCC Amethyst

📋 copy color: '#A76DCC'

red 167 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #A76DCC

Tints of Amethyst #A76DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 34.79%
G = 22.71%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A76DCC (or 0xA76DCC) is known color: Amethyst. HEX triplet: A7, 6D and CC. RGB value is (167,109,204). Sum of RGB (Red+Green+Blue) = 167+109+204=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A76DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DCC is #589233. Grayscale: #888888. Windows color (decimal): -5804596 or 13397415. OLE color: 13397415.

HSL color Cylindrical-coordinate representation of color #A76DCC: hue angle of 276.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76DCC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 109 204 -
CMYK 0.18 0.47 0 0.2
HSL 276.63º 0.48% 0.61% -
HSV(B) 276.63º 0.47% 0.8% -
XYZ 32.3 23.51 59.96 -
YUV 137.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 167 109 204 0.18 0.47 0 0.2 276.63 0.48 0.61
Hex A7 6D CC 12 2F 0 14 115 30 3D
Octal 247 155 314 22 57 0 24 425 60 75
Binary 10100111 1101101 11001100 10010 101111 0 10100 100010101 110000 111101

Color Harmonies of #A76DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DCC

Black with #A76DCC

Text Example


Text Example

White with #A76DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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