Html Css Color HEX #A66DCE Amethyst

📋 copy color: '#A66DCE'

red 166 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #A66DCE

Tints of Amethyst #A66DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 34.51%
G = 22.66%
B = 42.83%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A66DCE (or 0xA66DCE) is known color: Amethyst. HEX triplet: A6, 6D and CE. RGB value is (166,109,206). Sum of RGB (Red+Green+Blue) = 166+109+206=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A66DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCE is #599231. Grayscale: #888888. Windows color (decimal): -5870130 or 13528486. OLE color: 13528486.

HSL color Cylindrical-coordinate representation of color #A66DCE: hue angle of 275.26º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A66DCE is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 109 206 -
CMYK 0.19 0.47 0 0.19
HSL 275.26º 0.5% 0.62% -
HSV(B) 275.26º 0.47% 0.81% -
XYZ 32.34 23.5 61.22 -
YUV 137.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 166 109 206 0.19 0.47 0 0.19 275.26 0.5 0.62
Hex A6 6D CE 13 2F 0 13 113 32 3E
Octal 246 155 316 23 57 0 23 423 62 76
Binary 10100110 1101101 11001110 10011 101111 0 10011 100010011 110010 111110

Color Harmonies of #A66DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DCE

Black with #A66DCE

Text Example


Text Example

White with #A66DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DCE; }

 p { color: rgb(166,109,206); }

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

background-color css

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

 a { background-color: rgb(166,109,206); }

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

border-color css

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

 span { border-color: rgb(166,109,206); }

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