Html Css Color HEX #A66ADF Amethyst

📋 copy color: '#A66ADF'

red 166 ◦ green 106 ◦ blue 223

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

Shades of Amethyst #A66ADF

Tints of Amethyst #A66ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 33.54%
G = 21.41%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A66ADF (or 0xA66ADF) is known color: Amethyst. HEX triplet: A6, 6A and DF. RGB value is (166,106,223). Sum of RGB (Red+Green+Blue) = 166+106+223=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A66ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ADF is #599520. Grayscale: #888888. Windows color (decimal): -5870881 or 14641830. OLE color: 14641830.

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

Color convert

RGB 166 106 223 -
CMYK 0.26 0.52 0 0.13
HSL 270.77º 0.65% 0.65% -
HSV(B) 270.77º 0.52% 0.87% -
XYZ 34.2 23.74 72.59 -
YUV 137.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 166 106 223 0.26 0.52 0 0.13 270.77 0.65 0.65
Hex A6 6A DF 1A 34 0 D 10F 41 41
Octal 246 152 337 32 64 0 15 417 101 101
Binary 10100110 1101010 11011111 11010 110100 0 1101 100001111 1000001 1000001

Color Harmonies of #A66ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ADF

Black with #A66ADF

Text Example


Text Example

White with #A66ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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