Html Css Color HEX #A676CB Amethyst

📋 copy color: '#A676CB'

red 166 ◦ green 118 ◦ blue 203

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

Shades of Amethyst #A676CB

Tints of Amethyst #A676CB

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 34.09%
G = 24.23%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A676CB (or 0xA676CB) is known color: Amethyst. HEX triplet: A6, 76 and CB. RGB value is (166,118,203). Sum of RGB (Red+Green+Blue) = 166+118+203=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #A676CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A676CB is #598934. Grayscale: #8D8D8D. Windows color (decimal): -5867829 or 13334182. OLE color: 13334182.

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

Color convert

RGB 166 118 203 -
CMYK 0.18 0.42 0 0.20
HSL 273.88º 0.45% 0.63% -
HSV(B) 273.88º 0.42% 0.8% -
XYZ 32.98 25.38 59.66 -
YUV 142.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 166 118 203 0.18 0.42 0 0.20 273.88 0.45 0.63
Hex A6 76 CB 12 2A 0 14 112 2D 3F
Octal 246 166 313 22 52 0 24 422 55 77
Binary 10100110 1110110 11001011 10010 101010 0 10100 100010010 101101 111111

Color Harmonies of #A676CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676CB

Black with #A676CB

Text Example


Text Example

White with #A676CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676CB; }

 p { color: rgb(166,118,203); }

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

background-color css

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

 a { background-color: rgb(166,118,203); }

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

border-color css

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

 span { border-color: rgb(166,118,203); }

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