Html Css Color HEX #A76DD0 Amethyst

📋 copy color: '#A76DD0'

red 167 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #A76DD0

Tints of Amethyst #A76DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 34.5%
G = 22.52%
B = 42.98%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76DD0 (or 0xA76DD0) is known color: Amethyst. HEX triplet: A7, 6D and D0. RGB value is (167,109,208). Sum of RGB (Red+Green+Blue) = 167+109+208=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #A76DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DD0 is #58922F. Grayscale: #898989. Windows color (decimal): -5804592 or 13659559. OLE color: 13659559.

HSL color Cylindrical-coordinate representation of color #A76DD0: hue angle of 275.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76DD0 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 109 208 -
CMYK 0.20 0.48 0 0.18
HSL 275.15º 0.51% 0.62% -
HSV(B) 275.15º 0.48% 0.82% -
XYZ 32.79 23.71 62.52 -
YUV 137.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 167 109 208 0.20 0.48 0 0.18 275.15 0.51 0.62
Hex A7 6D D0 14 30 0 12 113 33 3E
Octal 247 155 320 24 60 0 22 423 63 76
Binary 10100111 1101101 11010000 10100 110000 0 10010 100010011 110011 111110

Color Harmonies of #A76DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DD0

Black with #A76DD0

Text Example


Text Example

White with #A76DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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