Html Css Color HEX #A16ECE Amethyst

📋 copy color: '#A16ECE'

red 161 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #A16ECE

Tints of Amethyst #A16ECE

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 33.75%
G = 23.06%
B = 43.19%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A16ECE (or 0xA16ECE) is known color: Amethyst. HEX triplet: A1, 6E and CE. RGB value is (161,110,206). Sum of RGB (Red+Green+Blue) = 161+110+206=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A16ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECE is #5E9131. Grayscale: #878787. Windows color (decimal): -6197554 or 13528737. OLE color: 13528737.

HSL color Cylindrical-coordinate representation of color #A16ECE: hue angle of 271.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A16ECE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 110 206 -
CMYK 0.22 0.47 0 0.19
HSL 271.88º 0.49% 0.62% -
HSV(B) 271.88º 0.47% 0.81% -
XYZ 31.41 23.19 61.21 -
YUV 136.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 161 110 206 0.22 0.47 0 0.19 271.88 0.49 0.62
Hex A1 6E CE 16 2F 0 13 110 31 3E
Octal 241 156 316 26 57 0 23 420 61 76
Binary 10100001 1101110 11001110 10110 101111 0 10011 100010000 110001 111110

Color Harmonies of #A16ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ECE

Black with #A16ECE

Text Example


Text Example

White with #A16ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ECE; }

 p { color: rgb(161,110,206); }

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

background-color css

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

 a { background-color: rgb(161,110,206); }

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

border-color css

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

 span { border-color: rgb(161,110,206); }

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