Html Css Color HEX #A666DE Amethyst

📋 copy color: '#A666DE'

red 166 ◦ green 102 ◦ blue 222

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

Shades of Amethyst #A666DE

Tints of Amethyst #A666DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 33.88%
G = 20.82%
B = 45.31%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A666DE (or 0xA666DE) is known color: Amethyst. HEX triplet: A6, 66 and DE. RGB value is (166,102,222). Sum of RGB (Red+Green+Blue) = 166+102+222=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A666DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DE is #599921. Grayscale: #868686. Windows color (decimal): -5871906 or 14575270. OLE color: 14575270.

HSL color Cylindrical-coordinate representation of color #A666DE: hue angle of 272º 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 #A666DE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 102 222 -
CMYK 0.25 0.54 0 0.13
HSL 272º 0.65% 0.64% -
HSV(B) 272º 0.54% 0.87% -
XYZ 33.66 22.88 71.75 -
YUV 134.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 166 102 222 0.25 0.54 0 0.13 272 0.65 0.64
Hex A6 66 DE 19 36 0 D 110 41 40
Octal 246 146 336 31 66 0 15 420 101 100
Binary 10100110 1100110 11011110 11001 110110 0 1101 100010000 1000001 1000000

Color Harmonies of #A666DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666DE

Black with #A666DE

Text Example


Text Example

White with #A666DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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