Html Css Color HEX #A666DF Amethyst

📋 copy color: '#A666DF'

red 166 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #A666DF

Tints of Amethyst #A666DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 33.81%
G = 20.77%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A666DF (or 0xA666DF) is known color: Amethyst. HEX triplet: A6, 66 and DF. RGB value is (166,102,223). Sum of RGB (Red+Green+Blue) = 166+102+223=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A666DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DF is #599920. Grayscale: #868686. Windows color (decimal): -5871905 or 14640806. OLE color: 14640806.

HSL color Cylindrical-coordinate representation of color #A666DF: hue angle of 271.74º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A666DF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 102 223 -
CMYK 0.26 0.54 0 0.13
HSL 271.74º 0.65% 0.64% -
HSV(B) 271.74º 0.54% 0.87% -
XYZ 33.8 22.94 72.46 -
YUV 134.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 166 102 223 0.26 0.54 0 0.13 271.74 0.65 0.64
Hex A6 66 DF 1A 36 0 D 110 41 40
Octal 246 146 337 32 66 0 15 420 101 100
Binary 10100110 1100110 11011111 11010 110110 0 1101 100010000 1000001 1000000

Color Harmonies of #A666DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666DF

Black with #A666DF

Text Example


Text Example

White with #A666DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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