Html Css Color HEX #A668DF Amethyst

📋 copy color: '#A668DF'

red 166 ◦ green 104 ◦ blue 223

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

Shades of Amethyst #A668DF

Tints of Amethyst #A668DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 33.67%
G = 21.1%
B = 45.23%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A668DF (or 0xA668DF) is known color: Amethyst. HEX triplet: A6, 68 and DF. RGB value is (166,104,223). Sum of RGB (Red+Green+Blue) = 166+104+223=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #A668DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668DF is #599720. Grayscale: #878787. Windows color (decimal): -5871393 or 14641318. OLE color: 14641318.

HSL color Cylindrical-coordinate representation of color #A668DF: hue angle of 271.26º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A668DF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 104 223 -
CMYK 0.26 0.53 0 0.13
HSL 271.26º 0.65% 0.64% -
HSV(B) 271.26º 0.53% 0.87% -
XYZ 34 23.34 72.52 -
YUV 136.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 166 104 223 0.26 0.53 0 0.13 271.26 0.65 0.64
Hex A6 68 DF 1A 35 0 D 10F 41 40
Octal 246 150 337 32 65 0 15 417 101 100
Binary 10100110 1101000 11011111 11010 110101 0 1101 100001111 1000001 1000000

Color Harmonies of #A668DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668DF

Black with #A668DF

Text Example


Text Example

White with #A668DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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