Html Css Color HEX #A666DD Amethyst

📋 copy color: '#A666DD'

red 166 ◦ green 102 ◦ blue 221

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

Shades of Amethyst #A666DD

Tints of Amethyst #A666DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 33.95%
G = 20.86%
B = 45.19%

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

#A666DD (or 0xA666DD) is known color: Amethyst. HEX triplet: A6, 66 and DD. RGB value is (166,102,221). Sum of RGB (Red+Green+Blue) = 166+102+221=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #A666DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DD is #599922. Grayscale: #868686. Windows color (decimal): -5871907 or 14509734. OLE color: 14509734.

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

Color convert

RGB 166 102 221 -
CMYK 0.25 0.54 0 0.13
HSL 272.27º 0.64% 0.63% -
HSV(B) 272.27º 0.54% 0.87% -
XYZ 33.53 22.83 71.05 -
YUV 134.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 166 102 221 0.25 0.54 0 0.13 272.27 0.64 0.63
Hex A6 66 DD 19 36 0 D 110 40 3F
Octal 246 146 335 31 66 0 15 420 100 77
Binary 10100110 1100110 11011101 11001 110110 0 1101 100010000 1000000 111111

Color Harmonies of #A666DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666DD

Black with #A666DD

Text Example


Text Example

White with #A666DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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