Html Css Color HEX #A76DDD Amethyst

📋 copy color: '#A76DDD'

red 167 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #A76DDD

Tints of Amethyst #A76DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 33.6%
G = 21.93%
B = 44.47%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A76DDD (or 0xA76DDD) is known color: Amethyst. HEX triplet: A7, 6D and DD. RGB value is (167,109,221). Sum of RGB (Red+Green+Blue) = 167+109+221=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A76DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DDD is #589222. Grayscale: #8A8A8A. Windows color (decimal): -5804579 or 14511527. OLE color: 14511527.

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

Color convert

RGB 167 109 221 -
CMYK 0.24 0.51 0 0.13
HSL 271.07º 0.62% 0.65% -
HSV(B) 271.07º 0.51% 0.87% -
XYZ 34.46 24.37 71.3 -
YUV 139.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 167 109 221 0.24 0.51 0 0.13 271.07 0.62 0.65
Hex A7 6D DD 18 33 0 D 10F 3E 41
Octal 247 155 335 30 63 0 15 417 76 101
Binary 10100111 1101101 11011101 11000 110011 0 1101 100001111 111110 1000001

Color Harmonies of #A76DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76DDD

Black with #A76DDD

Text Example


Text Example

White with #A76DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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