Html Css Color HEX #A668C1 Amethyst

📋 copy color: '#A668C1'

red 166 ◦ green 104 ◦ blue 193

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

Shades of Amethyst #A668C1

Tints of Amethyst #A668C1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

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

R = 35.85%
G = 22.46%
B = 41.68%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A668C1 (or 0xA668C1) is known color: Amethyst. HEX triplet: A6, 68 and C1. RGB value is (166,104,193). Sum of RGB (Red+Green+Blue) = 166+104+193=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #A668C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668C1 is #59973E. Grayscale: #848484. Windows color (decimal): -5871423 or 12675238. OLE color: 12675238.

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

Color convert

RGB 166 104 193 -
CMYK 0.14 0.46 0 0.24
HSL 281.8º 0.42% 0.58% -
HSV(B) 281.8º 0.46% 0.76% -
XYZ 30.3 21.86 53.07 -
YUV 132.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 166 104 193 0.14 0.46 0 0.24 281.8 0.42 0.58
Hex A6 68 C1 E 2E 0 18 11A 2A 3A
Octal 246 150 301 16 56 0 30 432 52 72
Binary 10100110 1101000 11000001 1110 101110 0 11000 100011010 101010 111010

Color Harmonies of #A668C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668C1

Black with #A668C1

Text Example


Text Example

White with #A668C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668C1; }

 p { color: rgb(166,104,193); }

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

background-color css

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

 a { background-color: rgb(166,104,193); }

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

border-color css

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

 span { border-color: rgb(166,104,193); }

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