Html Css Color HEX #A66FD1 Amethyst

📋 copy color: '#A66FD1'

red 166 ◦ green 111 ◦ blue 209

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

Shades of Amethyst #A66FD1

Tints of Amethyst #A66FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 34.16%
G = 22.84%
B = 43%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A66FD1 (or 0xA66FD1) is known color: Amethyst. HEX triplet: A6, 6F and D1. RGB value is (166,111,209). Sum of RGB (Red+Green+Blue) = 166+111+209=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A66FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FD1 is #59902E. Grayscale: #8A8A8A. Windows color (decimal): -5869615 or 13725606. OLE color: 13725606.

HSL color Cylindrical-coordinate representation of color #A66FD1: hue angle of 273.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66FD1 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 111 209 -
CMYK 0.21 0.47 0 0.18
HSL 273.67º 0.52% 0.63% -
HSV(B) 273.67º 0.47% 0.82% -
XYZ 32.92 24.08 63.23 -
YUV 138.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 166 111 209 0.21 0.47 0 0.18 273.67 0.52 0.63
Hex A6 6F D1 15 2F 0 12 112 34 3F
Octal 246 157 321 25 57 0 22 422 64 77
Binary 10100110 1101111 11010001 10101 101111 0 10010 100010010 110100 111111

Color Harmonies of #A66FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FD1

Black with #A66FD1

Text Example


Text Example

White with #A66FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FD1; }

 p { color: rgb(166,111,209); }

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

background-color css

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

 a { background-color: rgb(166,111,209); }

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

border-color css

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

 span { border-color: rgb(166,111,209); }

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