Html Css Color HEX #A66FDB Amethyst

📋 copy color: '#A66FDB'

red 166 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #A66FDB

Tints of Amethyst #A66FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 33.47%
G = 22.38%
B = 44.15%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66FDB (or 0xA66FDB) is known color: Amethyst. HEX triplet: A6, 6F and DB. RGB value is (166,111,219). Sum of RGB (Red+Green+Blue) = 166+111+219=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A66FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FDB is #599024. Grayscale: #8B8B8B. Windows color (decimal): -5869605 or 14380966. OLE color: 14380966.

HSL color Cylindrical-coordinate representation of color #A66FDB: hue angle of 270.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66FDB is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 111 219 -
CMYK 0.24 0.49 0 0.14
HSL 270.56º 0.6% 0.65% -
HSV(B) 270.56º 0.49% 0.86% -
XYZ 34.2 24.59 69.96 -
YUV 139.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 166 111 219 0.24 0.49 0 0.14 270.56 0.6 0.65
Hex A6 6F DB 18 31 0 E 10F 3C 41
Octal 246 157 333 30 61 0 16 417 74 101
Binary 10100110 1101111 11011011 11000 110001 0 1110 100001111 111100 1000001

Color Harmonies of #A66FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FDB

Black with #A66FDB

Text Example


Text Example

White with #A66FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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