Html Css Color HEX #A96FBF Amethyst

📋 copy color: '#A96FBF'

red 169 ◦ green 111 ◦ blue 191

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

Shades of Amethyst #A96FBF

Tints of Amethyst #A96FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 35.88%
G = 23.57%
B = 40.55%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A96FBF (or 0xA96FBF) is known color: Amethyst. HEX triplet: A9, 6F and BF. RGB value is (169,111,191). Sum of RGB (Red+Green+Blue) = 169+111+191=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FBF is #569040. Grayscale: #898989. Windows color (decimal): -5673025 or 12545961. OLE color: 12545961.

HSL color Cylindrical-coordinate representation of color #A96FBF: hue angle of 283.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96FBF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 111 191 -
CMYK 0.12 0.42 0 0.25
HSL 283.5º 0.38% 0.59% -
HSV(B) 283.5º 0.42% 0.75% -
XYZ 31.45 23.57 52.18 -
YUV 137.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 169 111 191 0.12 0.42 0 0.25 283.5 0.38 0.59
Hex A9 6F BF C 2A 0 19 11C 26 3B
Octal 251 157 277 14 52 0 31 434 46 73
Binary 10101001 1101111 10111111 1100 101010 0 11001 100011100 100110 111011

Color Harmonies of #A96FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FBF

Black with #A96FBF

Text Example


Text Example

White with #A96FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FBF; }

 p { color: rgb(169,111,191); }

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

background-color css

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

 a { background-color: rgb(169,111,191); }

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

border-color css

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

 span { border-color: rgb(169,111,191); }

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