Html Css Color HEX #A76EDB Amethyst

📋 copy color: '#A76EDB'

red 167 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #A76EDB

Tints of Amethyst #A76EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

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

R = 33.67%
G = 22.18%
B = 44.15%

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

#A76EDB (or 0xA76EDB) is known color: Amethyst. HEX triplet: A7, 6E and DB. RGB value is (167,110,219). Sum of RGB (Red+Green+Blue) = 167+110+219=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A76EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EDB is #589124. Grayscale: #8B8B8B. Windows color (decimal): -5804325 or 14380711. OLE color: 14380711.

HSL color Cylindrical-coordinate representation of color #A76EDB: hue angle of 271.38º degrees, saturation: 0.6, 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 #A76EDB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 110 219 -
CMYK 0.24 0.50 0 0.14
HSL 271.38º 0.6% 0.65% -
HSV(B) 271.38º 0.5% 0.86% -
XYZ 34.3 24.48 69.94 -
YUV 139.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 167 110 219 0.24 0.50 0 0.14 271.38 0.6 0.65
Hex A7 6E DB 18 32 0 E 10F 3C 41
Octal 247 156 333 30 62 0 16 417 74 101
Binary 10100111 1101110 11011011 11000 110010 0 1110 100001111 111100 1000001

Color Harmonies of #A76EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EDB

Black with #A76EDB

Text Example


Text Example

White with #A76EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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