Html Css Color HEX #A66CDC Amethyst

📋 copy color: '#A66CDC'

red 166 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #A66CDC

Tints of Amethyst #A66CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 33.6%
G = 21.86%
B = 44.53%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66CDC (or 0xA66CDC) is known color: Amethyst. HEX triplet: A6, 6C and DC. RGB value is (166,108,220). Sum of RGB (Red+Green+Blue) = 166+108+220=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDC is #599323. Grayscale: #898989. Windows color (decimal): -5870372 or 14445734. OLE color: 14445734.

HSL color Cylindrical-coordinate representation of color #A66CDC: hue angle of 271.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66CDC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 108 220 -
CMYK 0.25 0.51 0 0.14
HSL 271.07º 0.62% 0.64% -
HSV(B) 271.07º 0.51% 0.86% -
XYZ 34.01 24 70.55 -
YUV 138.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 166 108 220 0.25 0.51 0 0.14 271.07 0.62 0.64
Hex A6 6C DC 19 33 0 E 10F 3E 40
Octal 246 154 334 31 63 0 16 417 76 100
Binary 10100110 1101100 11011100 11001 110011 0 1110 100001111 111110 1000000

Color Harmonies of #A66CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CDC

Black with #A66CDC

Text Example


Text Example

White with #A66CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CDC; }

 p { color: rgb(166,108,220); }

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

background-color css

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

 a { background-color: rgb(166,108,220); }

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

border-color css

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

 span { border-color: rgb(166,108,220); }

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