Html Css Color HEX #A96EC7 Amethyst

📋 copy color: '#A96EC7'

red 169 ◦ green 110 ◦ blue 199

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

Shades of Amethyst #A96EC7

Tints of Amethyst #A96EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 35.36%
G = 23.01%
B = 41.63%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A96EC7 (or 0xA96EC7) is known color: Amethyst. HEX triplet: A9, 6E and C7. RGB value is (169,110,199). Sum of RGB (Red+Green+Blue) = 169+110+199=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #A96EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EC7 is #569138. Grayscale: #898989. Windows color (decimal): -5673273 or 13069993. OLE color: 13069993.

HSL color Cylindrical-coordinate representation of color #A96EC7: hue angle of 279.78º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96EC7 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 110 199 -
CMYK 0.15 0.45 0 0.22
HSL 279.78º 0.44% 0.61% -
HSV(B) 279.78º 0.45% 0.78% -
XYZ 32.25 23.71 56.91 -
YUV 137.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 169 110 199 0.15 0.45 0 0.22 279.78 0.44 0.61
Hex A9 6E C7 F 2D 0 16 118 2C 3D
Octal 251 156 307 17 55 0 26 430 54 75
Binary 10101001 1101110 11000111 1111 101101 0 10110 100011000 101100 111101

Color Harmonies of #A96EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EC7

Black with #A96EC7

Text Example


Text Example

White with #A96EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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