Html Css Color HEX #A76ADB Amethyst

📋 copy color: '#A76ADB'

red 167 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A76ADB

Tints of Amethyst #A76ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 33.94%
G = 21.54%
B = 44.51%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A76ADB (or 0xA76ADB) is known color: Amethyst. HEX triplet: A7, 6A and DB. RGB value is (167,106,219). Sum of RGB (Red+Green+Blue) = 167+106+219=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A76ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ADB is #589524. Grayscale: #888888. Windows color (decimal): -5805349 or 14379687. OLE color: 14379687.

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

Color convert

RGB 167 106 219 -
CMYK 0.24 0.52 0 0.14
HSL 272.39º 0.61% 0.64% -
HSV(B) 272.39º 0.52% 0.86% -
XYZ 33.88 23.64 69.79 -
YUV 137.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 167 106 219 0.24 0.52 0 0.14 272.39 0.61 0.64
Hex A7 6A DB 18 34 0 E 110 3D 40
Octal 247 152 333 30 64 0 16 420 75 100
Binary 10100111 1101010 11011011 11000 110100 0 1110 100010000 111101 1000000

Color Harmonies of #A76ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ADB

Black with #A76ADB

Text Example


Text Example

White with #A76ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ADB; }

 p { color: rgb(167,106,219); }

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

background-color css

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

 a { background-color: rgb(167,106,219); }

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

border-color css

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

 span { border-color: rgb(167,106,219); }

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