Html Css Color HEX #A66AD7 Amethyst

📋 copy color: '#A66AD7'

red 166 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A66AD7

Tints of Amethyst #A66AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 34.09%
G = 21.77%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A66AD7 (or 0xA66AD7) is known color: Amethyst. HEX triplet: A6, 6A and D7. RGB value is (166,106,215). Sum of RGB (Red+Green+Blue) = 166+106+215=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #A66AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AD7 is #599528. Grayscale: #878787. Windows color (decimal): -5870889 or 14117542. OLE color: 14117542.

HSL color Cylindrical-coordinate representation of color #A66AD7: hue angle of 273.03º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66AD7 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 106 215 -
CMYK 0.23 0.51 0 0.16
HSL 273.03º 0.58% 0.63% -
HSV(B) 273.03º 0.51% 0.84% -
XYZ 33.15 23.32 67.04 -
YUV 136.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 166 106 215 0.23 0.51 0 0.16 273.03 0.58 0.63
Hex A6 6A D7 17 33 0 10 111 3A 3F
Octal 246 152 327 27 63 0 20 421 72 77
Binary 10100110 1101010 11010111 10111 110011 0 10000 100010001 111010 111111

Color Harmonies of #A66AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AD7

Black with #A66AD7

Text Example


Text Example

White with #A66AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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