Html Css Color HEX #A76ED2 Amethyst

📋 copy color: '#A76ED2'

red 167 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #A76ED2

Tints of Amethyst #A76ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 34.29%
G = 22.59%
B = 43.12%

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

#A76ED2 (or 0xA76ED2) is known color: Amethyst. HEX triplet: A7, 6E and D2. RGB value is (167,110,210). Sum of RGB (Red+Green+Blue) = 167+110+210=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #A76ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ED2 is #58912D. Grayscale: #8A8A8A. Windows color (decimal): -5804334 or 13790887. OLE color: 13790887.

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

Color convert

RGB 167 110 210 -
CMYK 0.20 0.48 0 0.18
HSL 274.2º 0.53% 0.63% -
HSV(B) 274.2º 0.48% 0.82% -
XYZ 33.15 24.02 63.86 -
YUV 138.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 167 110 210 0.20 0.48 0 0.18 274.2 0.53 0.63
Hex A7 6E D2 14 30 0 12 112 35 3F
Octal 247 156 322 24 60 0 22 422 65 77
Binary 10100111 1101110 11010010 10100 110000 0 10010 100010010 110101 111111

Color Harmonies of #A76ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ED2

Black with #A76ED2

Text Example


Text Example

White with #A76ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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