Html Css Color HEX #A666D5 Amethyst

📋 copy color: '#A666D5'

red 166 ◦ green 102 ◦ blue 213

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

Shades of Amethyst #A666D5

Tints of Amethyst #A666D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 34.51%
G = 21.21%
B = 44.28%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A666D5 (or 0xA666D5) is known color: Amethyst. HEX triplet: A6, 66 and D5. RGB value is (166,102,213). Sum of RGB (Red+Green+Blue) = 166+102+213=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A666D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666D5 is #59992A. Grayscale: #858585. Windows color (decimal): -5871915 or 13985446. OLE color: 13985446.

HSL color Cylindrical-coordinate representation of color #A666D5: hue angle of 274.59º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A666D5 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 102 213 -
CMYK 0.22 0.52 0 0.16
HSL 274.59º 0.57% 0.62% -
HSV(B) 274.59º 0.52% 0.84% -
XYZ 32.49 22.41 65.56 -
YUV 133.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 166 102 213 0.22 0.52 0 0.16 274.59 0.57 0.62
Hex A6 66 D5 16 34 0 10 113 39 3E
Octal 246 146 325 26 64 0 20 423 71 76
Binary 10100110 1100110 11010101 10110 110100 0 10000 100010011 111001 111110

Color Harmonies of #A666D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666D5

Black with #A666D5

Text Example


Text Example

White with #A666D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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