Html Css Color HEX #A166C1 Amethyst

📋 copy color: '#A166C1'

red 161 ◦ green 102 ◦ blue 193

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

Shades of Amethyst #A166C1

Tints of Amethyst #A166C1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 35.31%
G = 22.37%
B = 42.32%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A166C1 (or 0xA166C1) is known color: Amethyst. HEX triplet: A1, 66 and C1. RGB value is (161,102,193). Sum of RGB (Red+Green+Blue) = 161+102+193=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A166C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166C1 is #5E993E. Grayscale: #818181. Windows color (decimal): -6199615 or 12674721. OLE color: 12674721.

HSL color Cylindrical-coordinate representation of color #A166C1: hue angle of 278.9º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A166C1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 102 193 -
CMYK 0.17 0.47 0 0.24
HSL 278.9º 0.42% 0.58% -
HSV(B) 278.9º 0.47% 0.76% -
XYZ 29.07 20.93 52.96 -
YUV 130.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 161 102 193 0.17 0.47 0 0.24 278.9 0.42 0.58
Hex A1 66 C1 11 2F 0 18 117 2A 3A
Octal 241 146 301 21 57 0 30 427 52 72
Binary 10100001 1100110 11000001 10001 101111 0 11000 100010111 101010 111010

Color Harmonies of #A166C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166C1

Black with #A166C1

Text Example


Text Example

White with #A166C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166C1; }

 p { color: rgb(161,102,193); }

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

background-color css

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

 a { background-color: rgb(161,102,193); }

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

border-color css

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

 span { border-color: rgb(161,102,193); }

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