Html Css Color HEX #A76BDC Amethyst

📋 copy color: '#A76BDC'

red 167 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #A76BDC

Tints of Amethyst #A76BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 33.81%
G = 21.66%
B = 44.53%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A76BDC (or 0xA76BDC) is known color: Amethyst. HEX triplet: A7, 6B and DC. RGB value is (167,107,220). Sum of RGB (Red+Green+Blue) = 167+107+220=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A76BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BDC is #589423. Grayscale: #898989. Windows color (decimal): -5805092 or 14445479. OLE color: 14445479.

HSL color Cylindrical-coordinate representation of color #A76BDC: hue angle of 271.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A76BDC is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 107 220 -
CMYK 0.24 0.51 0 0.14
HSL 271.86º 0.62% 0.64% -
HSV(B) 271.86º 0.51% 0.86% -
XYZ 34.11 23.9 70.53 -
YUV 137.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 167 107 220 0.24 0.51 0 0.14 271.86 0.62 0.64
Hex A7 6B DC 18 33 0 E 110 3E 40
Octal 247 153 334 30 63 0 16 420 76 100
Binary 10100111 1101011 11011100 11000 110011 0 1110 100010000 111110 1000000

Color Harmonies of #A76BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BDC

Black with #A76BDC

Text Example


Text Example

White with #A76BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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