Html Css Color HEX #A666C5 Amethyst

📋 copy color: '#A666C5'

red 166 ◦ green 102 ◦ blue 197

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

Shades of Amethyst #A666C5

Tints of Amethyst #A666C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 35.7%
G = 21.94%
B = 42.37%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A666C5 (or 0xA666C5) is known color: Amethyst. HEX triplet: A6, 66 and C5. RGB value is (166,102,197). Sum of RGB (Red+Green+Blue) = 166+102+197=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #A666C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666C5 is #59993A. Grayscale: #838383. Windows color (decimal): -5871931 or 12936870. OLE color: 12936870.

HSL color Cylindrical-coordinate representation of color #A666C5: hue angle of 280.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A666C5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 102 197 -
CMYK 0.16 0.48 0 0.23
HSL 280.42º 0.45% 0.59% -
HSV(B) 280.42º 0.48% 0.77% -
XYZ 30.56 21.64 55.39 -
YUV 131.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 166 102 197 0.16 0.48 0 0.23 280.42 0.45 0.59
Hex A6 66 C5 10 30 0 17 118 2D 3B
Octal 246 146 305 20 60 0 27 430 55 73
Binary 10100110 1100110 11000101 10000 110000 0 10111 100011000 101101 111011

Color Harmonies of #A666C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666C5

Black with #A666C5

Text Example


Text Example

White with #A666C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666C5; }

 p { color: rgb(166,102,197); }

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

background-color css

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

 a { background-color: rgb(166,102,197); }

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

border-color css

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

 span { border-color: rgb(166,102,197); }

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