Html Css Color HEX #A668D3 Amethyst

📋 copy color: '#A668D3'

red 166 ◦ green 104 ◦ blue 211

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

Shades of Amethyst #A668D3

Tints of Amethyst #A668D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.87%

R = 34.51%
G = 21.62%
B = 43.87%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A668D3 (or 0xA668D3) is known color: Amethyst. HEX triplet: A6, 68 and D3. RGB value is (166,104,211). Sum of RGB (Red+Green+Blue) = 166+104+211=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #A668D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668D3 is #59972C. Grayscale: #868686. Windows color (decimal): -5871405 or 13854886. OLE color: 13854886.

HSL color Cylindrical-coordinate representation of color #A668D3: hue angle of 274.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A668D3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 104 211 -
CMYK 0.21 0.51 0 0.17
HSL 274.77º 0.55% 0.62% -
HSV(B) 274.77º 0.51% 0.83% -
XYZ 32.43 22.71 64.3 -
YUV 134.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 166 104 211 0.21 0.51 0 0.17 274.77 0.55 0.62
Hex A6 68 D3 15 33 0 11 113 37 3E
Octal 246 150 323 25 63 0 21 423 67 76
Binary 10100110 1101000 11010011 10101 110011 0 10001 100010011 110111 111110

Color Harmonies of #A668D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668D3

Black with #A668D3

Text Example


Text Example

White with #A668D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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