Html Css Color HEX #A66CDB Amethyst

📋 copy color: '#A66CDB'

red 166 ◦ green 108 ◦ blue 219

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

Shades of Amethyst #A66CDB

Tints of Amethyst #A66CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 33.67%
G = 21.91%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66CDB (or 0xA66CDB) is known color: Amethyst. HEX triplet: A6, 6C and DB. RGB value is (166,108,219). Sum of RGB (Red+Green+Blue) = 166+108+219=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A66CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CDB is #599324. Grayscale: #898989. Windows color (decimal): -5870373 or 14380198. OLE color: 14380198.

HSL color Cylindrical-coordinate representation of color #A66CDB: hue angle of 271.35º degrees, saturation: 0.61, 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 #A66CDB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 108 219 -
CMYK 0.24 0.51 0 0.14
HSL 271.35º 0.61% 0.64% -
HSV(B) 271.35º 0.51% 0.86% -
XYZ 33.87 23.95 69.85 -
YUV 138 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 166 108 219 0.24 0.51 0 0.14 271.35 0.61 0.64
Hex A6 6C DB 18 33 0 E 10F 3D 40
Octal 246 154 333 30 63 0 16 417 75 100
Binary 10100110 1101100 11011011 11000 110011 0 1110 100001111 111101 1000000

Color Harmonies of #A66CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66CDB

Black with #A66CDB

Text Example


Text Example

White with #A66CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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