Html Css Color HEX #A66FDC Amethyst

📋 copy color: '#A66FDC'

red 166 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #A66FDC

Tints of Amethyst #A66FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 33.4%
G = 22.33%
B = 44.27%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66FDC (or 0xA66FDC) is known color: Amethyst. HEX triplet: A6, 6F and DC. RGB value is (166,111,220). Sum of RGB (Red+Green+Blue) = 166+111+220=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FDC is #599023. Grayscale: #8B8B8B. Windows color (decimal): -5869604 or 14446502. OLE color: 14446502.

HSL color Cylindrical-coordinate representation of color #A66FDC: hue angle of 270.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66FDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 111 220 -
CMYK 0.25 0.50 0 0.14
HSL 270.28º 0.61% 0.65% -
HSV(B) 270.28º 0.5% 0.86% -
XYZ 34.33 24.64 70.66 -
YUV 139.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 166 111 220 0.25 0.50 0 0.14 270.28 0.61 0.65
Hex A6 6F DC 19 32 0 E 10E 3D 41
Octal 246 157 334 31 62 0 16 416 75 101
Binary 10100110 1101111 11011100 11001 110010 0 1110 100001110 111101 1000001

Color Harmonies of #A66FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FDC

Black with #A66FDC

Text Example


Text Example

White with #A66FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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