Html Css Color HEX #A16ECB Amethyst

📋 copy color: '#A16ECB'

red 161 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A16ECB

Tints of Amethyst #A16ECB

RGB

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

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

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

R = 33.97%
G = 23.21%
B = 42.83%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A16ECB (or 0xA16ECB) is known color: Amethyst. HEX triplet: A1, 6E and CB. RGB value is (161,110,203). Sum of RGB (Red+Green+Blue) = 161+110+203=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A16ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ECB is #5E9134. Grayscale: #878787. Windows color (decimal): -6197557 or 13332129. OLE color: 13332129.

HSL color Cylindrical-coordinate representation of color #A16ECB: hue angle of 272.9º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A16ECB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 110 203 -
CMYK 0.21 0.46 0 0.20
HSL 272.9º 0.47% 0.61% -
HSV(B) 272.9º 0.46% 0.8% -
XYZ 31.05 23.04 59.31 -
YUV 135.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 161 110 203 0.21 0.46 0 0.20 272.9 0.47 0.61
Hex A1 6E CB 15 2E 0 14 111 2F 3D
Octal 241 156 313 25 56 0 24 421 57 75
Binary 10100001 1101110 11001011 10101 101110 0 10100 100010001 101111 111101

Color Harmonies of #A16ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ECB

Black with #A16ECB

Text Example


Text Example

White with #A16ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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