Html Css Color HEX #A96ED6 Amethyst

📋 copy color: '#A96ED6'

red 169 ◦ green 110 ◦ blue 214

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

Shades of Amethyst #A96ED6

Tints of Amethyst #A96ED6

RGB

 RED value IS 169 (66.41% from 255) = 34.28%

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 34.28%
G = 22.31%
B = 43.41%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A96ED6 (or 0xA96ED6) is known color: Amethyst. HEX triplet: A9, 6E and D6. RGB value is (169,110,214). Sum of RGB (Red+Green+Blue) = 169+110+214=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #A96ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ED6 is #569129. Grayscale: #8B8B8B. Windows color (decimal): -5673258 or 14053033. OLE color: 14053033.

HSL color Cylindrical-coordinate representation of color #A96ED6: hue angle of 274.04º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96ED6 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 110 214 -
CMYK 0.21 0.49 0 0.16
HSL 274.04º 0.56% 0.64% -
HSV(B) 274.04º 0.49% 0.84% -
XYZ 34.08 24.44 66.54 -
YUV 139.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 169 110 214 0.21 0.49 0 0.16 274.04 0.56 0.64
Hex A9 6E D6 15 31 0 10 112 38 40
Octal 251 156 326 25 61 0 20 422 70 100
Binary 10101001 1101110 11010110 10101 110001 0 10000 100010010 111000 1000000

Color Harmonies of #A96ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ED6

Black with #A96ED6

Text Example


Text Example

White with #A96ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ED6; }

 p { color: rgb(169,110,214); }

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

background-color css

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

 a { background-color: rgb(169,110,214); }

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

border-color css

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

 span { border-color: rgb(169,110,214); }

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