Html Css Color HEX #A66FDD Amethyst

📋 copy color: '#A66FDD'

red 166 ◦ green 111 ◦ blue 221

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

Shades of Amethyst #A66FDD

Tints of Amethyst #A66FDD

RGB

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

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

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

R = 33.33%
G = 22.29%
B = 44.38%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A66FDD (or 0xA66FDD) is known color: Amethyst. HEX triplet: A6, 6F and DD. RGB value is (166,111,221). Sum of RGB (Red+Green+Blue) = 166+111+221=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #A66FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FDD is #599022. Grayscale: #8B8B8B. Windows color (decimal): -5869603 or 14512038. OLE color: 14512038.

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

Color convert

RGB 166 111 221 -
CMYK 0.25 0.50 0 0.13
HSL 270º 0.62% 0.65% -
HSV(B) 270º 0.5% 0.87% -
XYZ 34.46 24.7 71.36 -
YUV 139.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 166 111 221 0.25 0.50 0 0.13 270 0.62 0.65
Hex A6 6F DD 19 32 0 D 10E 3E 41
Octal 246 157 335 31 62 0 15 416 76 101
Binary 10100110 1101111 11011101 11001 110010 0 1101 100001110 111110 1000001

Color Harmonies of #A66FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FDD

Black with #A66FDD

Text Example


Text Example

White with #A66FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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