Html Css Color HEX #A96FDC Amethyst

📋 copy color: '#A96FDC'

red 169 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #A96FDC

Tints of Amethyst #A96FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 33.8%
G = 22.2%
B = 44%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A96FDC (or 0xA96FDC) is known color: Amethyst. HEX triplet: A9, 6F and DC. RGB value is (169,111,220). Sum of RGB (Red+Green+Blue) = 169+111+220=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #A96FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDC is #569023. Grayscale: #8C8C8C. Windows color (decimal): -5672996 or 14446505. OLE color: 14446505.

HSL color Cylindrical-coordinate representation of color #A96FDC: hue angle of 271.93º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96FDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 111 220 -
CMYK 0.23 0.50 0 0.14
HSL 271.93º 0.61% 0.65% -
HSV(B) 271.93º 0.5% 0.86% -
XYZ 34.96 24.97 70.69 -
YUV 140.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 169 111 220 0.23 0.50 0 0.14 271.93 0.61 0.65
Hex A9 6F DC 17 32 0 E 110 3D 41
Octal 251 157 334 27 62 0 16 420 75 101
Binary 10101001 1101111 11011100 10111 110010 0 1110 100010000 111101 1000001

Color Harmonies of #A96FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FDC

Black with #A96FDC

Text Example


Text Example

White with #A96FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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