Html Css Color HEX #A668D4 Amethyst

📋 copy color: '#A668D4'

red 166 ◦ green 104 ◦ blue 212

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

Shades of Amethyst #A668D4

Tints of Amethyst #A668D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.98%

R = 34.44%
G = 21.58%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A668D4 (or 0xA668D4) is known color: Amethyst. HEX triplet: A6, 68 and D4. RGB value is (166,104,212). Sum of RGB (Red+Green+Blue) = 166+104+212=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #A668D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668D4 is #59972B. Grayscale: #868686. Windows color (decimal): -5871404 or 13920422. OLE color: 13920422.

HSL color Cylindrical-coordinate representation of color #A668D4: hue angle of 274.44º degrees, saturation: 0.56, 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 #A668D4 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 104 212 -
CMYK 0.22 0.51 0 0.17
HSL 274.44º 0.56% 0.62% -
HSV(B) 274.44º 0.51% 0.83% -
XYZ 32.56 22.76 64.96 -
YUV 134.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 166 104 212 0.22 0.51 0 0.17 274.44 0.56 0.62
Hex A6 68 D4 16 33 0 11 112 38 3E
Octal 246 150 324 26 63 0 21 422 70 76
Binary 10100110 1101000 11010100 10110 110011 0 10001 100010010 111000 111110

Color Harmonies of #A668D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668D4

Black with #A668D4

Text Example


Text Example

White with #A668D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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