Html Css Color HEX #A668DB Amethyst

📋 copy color: '#A668DB'

red 166 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A668DB

Tints of Amethyst #A668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

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

R = 33.95%
G = 21.27%
B = 44.79%

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

#A668DB (or 0xA668DB) is known color: Amethyst. HEX triplet: A6, 68 and DB. RGB value is (166,104,219). Sum of RGB (Red+Green+Blue) = 166+104+219=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A668DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668DB is #599724. Grayscale: #878787. Windows color (decimal): -5871397 or 14379174. OLE color: 14379174.

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

Color convert

RGB 166 104 219 -
CMYK 0.24 0.53 0 0.14
HSL 272.35º 0.61% 0.63% -
HSV(B) 272.35º 0.53% 0.86% -
XYZ 33.46 23.12 69.72 -
YUV 135.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 166 104 219 0.24 0.53 0 0.14 272.35 0.61 0.63
Hex A6 68 DB 18 35 0 E 110 3D 3F
Octal 246 150 333 30 65 0 16 420 75 77
Binary 10100110 1101000 11011011 11000 110101 0 1110 100010000 111101 111111

Color Harmonies of #A668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668DB

Black with #A668DB

Text Example


Text Example

White with #A668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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