Html Css Color HEX #A76DDC Amethyst

📋 copy color: '#A76DDC'

red 167 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #A76DDC

Tints of Amethyst #A76DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 33.67%
G = 21.98%
B = 44.35%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A76DDC (or 0xA76DDC) is known color: Amethyst. HEX triplet: A7, 6D and DC. RGB value is (167,109,220). Sum of RGB (Red+Green+Blue) = 167+109+220=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A76DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DDC is #589223. Grayscale: #8A8A8A. Windows color (decimal): -5804580 or 14445991. OLE color: 14445991.

HSL color Cylindrical-coordinate representation of color #A76DDC: hue angle of 271.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76DDC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 109 220 -
CMYK 0.24 0.50 0 0.14
HSL 271.35º 0.61% 0.65% -
HSV(B) 271.35º 0.5% 0.86% -
XYZ 34.32 24.32 70.6 -
YUV 139 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 167 109 220 0.24 0.50 0 0.14 271.35 0.61 0.65
Hex A7 6D DC 18 32 0 E 10F 3D 41
Octal 247 155 334 30 62 0 16 417 75 101
Binary 10100111 1101101 11011100 11000 110010 0 1110 100001111 111101 1000001

Color Harmonies of #A76DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DDC

Black with #A76DDC

Text Example


Text Example

White with #A76DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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