Html Css Color HEX #A66BDB Amethyst

📋 copy color: '#A66BDB'

red 166 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A66BDB

Tints of Amethyst #A66BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 33.74%
G = 21.75%
B = 44.51%

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

#A66BDB (or 0xA66BDB) is known color: Amethyst. HEX triplet: A6, 6B and DB. RGB value is (166,107,219). Sum of RGB (Red+Green+Blue) = 166+107+219=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A66BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BDB is #599424. Grayscale: #898989. Windows color (decimal): -5870629 or 14379942. OLE color: 14379942.

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

Color convert

RGB 166 107 219 -
CMYK 0.24 0.51 0 0.14
HSL 271.61º 0.61% 0.64% -
HSV(B) 271.61º 0.51% 0.86% -
XYZ 33.77 23.74 69.82 -
YUV 137.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 166 107 219 0.24 0.51 0 0.14 271.61 0.61 0.64
Hex A6 6B DB 18 33 0 E 110 3D 40
Octal 246 153 333 30 63 0 16 420 75 100
Binary 10100110 1101011 11011011 11000 110011 0 1110 100010000 111101 1000000

Color Harmonies of #A66BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BDB

Black with #A66BDB

Text Example


Text Example

White with #A66BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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