Html Css Color HEX #A76EBD Amethyst

📋 copy color: '#A76EBD'

red 167 ◦ green 110 ◦ blue 189

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

Shades of Amethyst #A76EBD

Tints of Amethyst #A76EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 35.84%
G = 23.61%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A76EBD (or 0xA76EBD) is known color: Amethyst. HEX triplet: A7, 6E and BD. RGB value is (167,110,189). Sum of RGB (Red+Green+Blue) = 167+110+189=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A76EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EBD is #589142. Grayscale: #878787. Windows color (decimal): -5804355 or 12414631. OLE color: 12414631.

HSL color Cylindrical-coordinate representation of color #A76EBD: hue angle of 283.29º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76EBD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 110 189 -
CMYK 0.12 0.42 0 0.26
HSL 283.29º 0.37% 0.59% -
HSV(B) 283.29º 0.42% 0.74% -
XYZ 30.7 23.04 50.97 -
YUV 136.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 167 110 189 0.12 0.42 0 0.26 283.29 0.37 0.59
Hex A7 6E BD C 2A 0 1A 11B 25 3B
Octal 247 156 275 14 52 0 32 433 45 73
Binary 10100111 1101110 10111101 1100 101010 0 11010 100011011 100101 111011

Color Harmonies of #A76EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EBD

Black with #A76EBD

Text Example


Text Example

White with #A76EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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