Html Css Color HEX #A668D8 Amethyst

📋 copy color: '#A668D8'

red 166 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #A668D8

Tints of Amethyst #A668D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 34.16%
G = 21.4%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A668D8 (or 0xA668D8) is known color: Amethyst. HEX triplet: A6, 68 and D8. RGB value is (166,104,216). Sum of RGB (Red+Green+Blue) = 166+104+216=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #A668D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668D8 is #599727. Grayscale: #868686. Windows color (decimal): -5871400 or 14182566. OLE color: 14182566.

HSL color Cylindrical-coordinate representation of color #A668D8: hue angle of 273.21º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A668D8 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 104 216 -
CMYK 0.23 0.52 0 0.15
HSL 273.21º 0.59% 0.63% -
HSV(B) 273.21º 0.52% 0.85% -
XYZ 33.07 22.97 67.66 -
YUV 135.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 166 104 216 0.23 0.52 0 0.15 273.21 0.59 0.63
Hex A6 68 D8 17 34 0 F 111 3B 3F
Octal 246 150 330 27 64 0 17 421 73 77
Binary 10100110 1101000 11011000 10111 110100 0 1111 100010001 111011 111111

Color Harmonies of #A668D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668D8

Black with #A668D8

Text Example


Text Example

White with #A668D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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