Html Css Color HEX #A96AD7 Amethyst

📋 copy color: '#A96AD7'

red 169 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A96AD7

Tints of Amethyst #A96AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 34.49%
G = 21.63%
B = 43.88%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A96AD7 (or 0xA96AD7) is known color: Amethyst. HEX triplet: A9, 6A and D7. RGB value is (169,106,215). Sum of RGB (Red+Green+Blue) = 169+106+215=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #A96AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AD7 is #569528. Grayscale: #888888. Windows color (decimal): -5674281 or 14117545. OLE color: 14117545.

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

Color convert

RGB 169 106 215 -
CMYK 0.21 0.51 0 0.16
HSL 274.68º 0.58% 0.63% -
HSV(B) 274.68º 0.51% 0.84% -
XYZ 33.78 23.65 67.07 -
YUV 137.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 169 106 215 0.21 0.51 0 0.16 274.68 0.58 0.63
Hex A9 6A D7 15 33 0 10 113 3A 3F
Octal 251 152 327 25 63 0 20 423 72 77
Binary 10101001 1101010 11010111 10101 110011 0 10000 100010011 111010 111111

Color Harmonies of #A96AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96AD7

Black with #A96AD7

Text Example


Text Example

White with #A96AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96AD7; }

 p { color: rgb(169,106,215); }

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

background-color css

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

 a { background-color: rgb(169,106,215); }

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

border-color css

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

 span { border-color: rgb(169,106,215); }

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