Html Css Color HEX #A666DB Amethyst

📋 copy color: '#A666DB'

red 166 ◦ green 102 ◦ blue 219

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

Shades of Amethyst #A666DB

Tints of Amethyst #A666DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

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

R = 34.09%
G = 20.94%
B = 44.97%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A666DB (or 0xA666DB) is known color: Amethyst. HEX triplet: A6, 66 and DB. RGB value is (166,102,219). Sum of RGB (Red+Green+Blue) = 166+102+219=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A666DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DB is #599924. Grayscale: #868686. Windows color (decimal): -5871909 or 14378662. OLE color: 14378662.

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

Color convert

RGB 166 102 219 -
CMYK 0.24 0.53 0 0.14
HSL 272.82º 0.62% 0.63% -
HSV(B) 272.82º 0.53% 0.86% -
XYZ 33.26 22.72 69.65 -
YUV 134.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 166 102 219 0.24 0.53 0 0.14 272.82 0.62 0.63
Hex A6 66 DB 18 35 0 E 111 3E 3F
Octal 246 146 333 30 65 0 16 421 76 77
Binary 10100110 1100110 11011011 11000 110101 0 1110 100010001 111110 111111

Color Harmonies of #A666DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666DB

Black with #A666DB

Text Example


Text Example

White with #A666DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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