Html Css Color HEX #A66ADA Amethyst

📋 copy color: '#A66ADA'

red 166 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #A66ADA

Tints of Amethyst #A66ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 33.88%
G = 21.63%
B = 44.49%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A66ADA (or 0xA66ADA) is known color: Amethyst. HEX triplet: A6, 6A and DA. RGB value is (166,106,218). Sum of RGB (Red+Green+Blue) = 166+106+218=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ADA is #599525. Grayscale: #888888. Windows color (decimal): -5870886 or 14314150. OLE color: 14314150.

HSL color Cylindrical-coordinate representation of color #A66ADA: hue angle of 272.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66ADA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 106 218 -
CMYK 0.24 0.51 0 0.15
HSL 272.14º 0.6% 0.64% -
HSV(B) 272.14º 0.51% 0.85% -
XYZ 33.53 23.48 69.09 -
YUV 136.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 166 106 218 0.24 0.51 0 0.15 272.14 0.6 0.64
Hex A6 6A DA 18 33 0 F 110 3C 40
Octal 246 152 332 30 63 0 17 420 74 100
Binary 10100110 1101010 11011010 11000 110011 0 1111 100010000 111100 1000000

Color Harmonies of #A66ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ADA

Black with #A66ADA

Text Example


Text Example

White with #A66ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ADA; }

 p { color: rgb(166,106,218); }

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

background-color css

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

 a { background-color: rgb(166,106,218); }

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

border-color css

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

 span { border-color: rgb(166,106,218); }

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