Html Css Color HEX #A96FC0 Amethyst

📋 copy color: '#A96FC0'

red 169 ◦ green 111 ◦ blue 192

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

Shades of Amethyst #A96FC0

Tints of Amethyst #A96FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 35.81%
G = 23.52%
B = 40.68%

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

#A96FC0 (or 0xA96FC0) is known color: Amethyst. HEX triplet: A9, 6F and C0. RGB value is (169,111,192). Sum of RGB (Red+Green+Blue) = 169+111+192=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #A96FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FC0 is #56903F. Grayscale: #898989. Windows color (decimal): -5673024 or 12611497. OLE color: 12611497.

HSL color Cylindrical-coordinate representation of color #A96FC0: hue angle of 282.96º degrees, saturation: 0.39, 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 #A96FC0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 111 192 -
CMYK 0.12 0.42 0 0.25
HSL 282.96º 0.39% 0.59% -
HSV(B) 282.96º 0.42% 0.75% -
XYZ 31.56 23.61 52.76 -
YUV 137.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 169 111 192 0.12 0.42 0 0.25 282.96 0.39 0.59
Hex A9 6F C0 C 2A 0 19 11B 27 3B
Octal 251 157 300 14 52 0 31 433 47 73
Binary 10101001 1101111 11000000 1100 101010 0 11001 100011011 100111 111011

Color Harmonies of #A96FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FC0

Black with #A96FC0

Text Example


Text Example

White with #A96FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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