Html Css Color HEX #A66EDA Amethyst

📋 copy color: '#A66EDA'

red 166 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #A66EDA

Tints of Amethyst #A66EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

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

R = 33.6%
G = 22.27%
B = 44.13%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A66EDA (or 0xA66EDA) is known color: Amethyst. HEX triplet: A6, 6E and DA. RGB value is (166,110,218). Sum of RGB (Red+Green+Blue) = 166+110+218=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A66EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EDA is #599125. Grayscale: #8A8A8A. Windows color (decimal): -5869862 or 14315174. OLE color: 14315174.

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

Color convert

RGB 166 110 218 -
CMYK 0.24 0.50 0 0.15
HSL 271.11º 0.59% 0.64% -
HSV(B) 271.11º 0.5% 0.85% -
XYZ 33.96 24.32 69.23 -
YUV 139.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 166 110 218 0.24 0.50 0 0.15 271.11 0.59 0.64
Hex A6 6E DA 18 32 0 F 10F 3B 40
Octal 246 156 332 30 62 0 17 417 73 100
Binary 10100110 1101110 11011010 11000 110010 0 1111 100001111 111011 1000000

Color Harmonies of #A66EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EDA

Black with #A66EDA

Text Example


Text Example

White with #A66EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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