Html Css Color HEX #A76ACB Amethyst

📋 copy color: '#A76ACB'

red 167 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #A76ACB

Tints of Amethyst #A76ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 35.08%
G = 22.27%
B = 42.65%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A76ACB (or 0xA76ACB) is known color: Amethyst. HEX triplet: A7, 6A and CB. RGB value is (167,106,203). Sum of RGB (Red+Green+Blue) = 167+106+203=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A76ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76ACB is #589534. Grayscale: #868686. Windows color (decimal): -5805365 or 13331111. OLE color: 13331111.

HSL color Cylindrical-coordinate representation of color #A76ACB: hue angle of 277.73º degrees, saturation: 0.48, 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 #A76ACB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 106 203 -
CMYK 0.18 0.48 0 0.20
HSL 277.73º 0.48% 0.61% -
HSV(B) 277.73º 0.48% 0.8% -
XYZ 31.87 22.84 59.23 -
YUV 135.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 167 106 203 0.18 0.48 0 0.20 277.73 0.48 0.61
Hex A7 6A CB 12 30 0 14 116 30 3D
Octal 247 152 313 22 60 0 24 426 60 75
Binary 10100111 1101010 11001011 10010 110000 0 10100 100010110 110000 111101

Color Harmonies of #A76ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76ACB

Black with #A76ACB

Text Example


Text Example

White with #A76ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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