Html Css Color HEX #A76CD2 Amethyst

📋 copy color: '#A76CD2'

red 167 ◦ green 108 ◦ blue 210

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

Shades of Amethyst #A76CD2

Tints of Amethyst #A76CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.27%

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

R = 34.43%
G = 22.27%
B = 43.3%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76CD2 (or 0xA76CD2) is known color: Amethyst. HEX triplet: A7, 6C and D2. RGB value is (167,108,210). Sum of RGB (Red+Green+Blue) = 167+108+210=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #A76CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76CD2 is #58932D. Grayscale: #888888. Windows color (decimal): -5804846 or 13790375. OLE color: 13790375.

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

Color convert

RGB 167 108 210 -
CMYK 0.20 0.49 0 0.18
HSL 274.71º 0.53% 0.62% -
HSV(B) 274.71º 0.49% 0.82% -
XYZ 32.93 23.59 63.79 -
YUV 137.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 167 108 210 0.20 0.49 0 0.18 274.71 0.53 0.62
Hex A7 6C D2 14 31 0 12 113 35 3E
Octal 247 154 322 24 61 0 22 423 65 76
Binary 10100111 1101100 11010010 10100 110001 0 10010 100010011 110101 111110

Color Harmonies of #A76CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76CD2

Black with #A76CD2

Text Example


Text Example

White with #A76CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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