Html Css Color HEX #A76ACC Amethyst

📋 copy color: '#A76ACC'

red 167 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #A76ACC

Tints of Amethyst #A76ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 35.01%
G = 22.22%
B = 42.77%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A76ACC (or 0xA76ACC) is known color: Amethyst. HEX triplet: A7, 6A and CC. RGB value is (167,106,204). Sum of RGB (Red+Green+Blue) = 167+106+204=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A76ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ACC is #589533. Grayscale: #878787. Windows color (decimal): -5805364 or 13396647. OLE color: 13396647.

HSL color Cylindrical-coordinate representation of color #A76ACC: hue angle of 277.35º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76ACC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 106 204 -
CMYK 0.18 0.48 0 0.2
HSL 277.35º 0.49% 0.61% -
HSV(B) 277.35º 0.48% 0.8% -
XYZ 31.99 22.88 59.86 -
YUV 135.41 166.71 150.53 -
System Red Green Blue C M Y K H S L
Decimal 167 106 204 0.18 0.48 0 0.2 277.35 0.49 0.61
Hex A7 6A CC 12 30 0 14 115 31 3D
Octal 247 152 314 22 60 0 24 425 61 75
Binary 10100111 1101010 11001100 10010 110000 0 10100 100010101 110001 111101

Color Harmonies of #A76ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ACC

Black with #A76ACC

Text Example


Text Example

White with #A76ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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