Html Css Color HEX #A96FDB Amethyst

📋 copy color: '#A96FDB'

red 169 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #A96FDB

Tints of Amethyst #A96FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 33.87%
G = 22.24%
B = 43.89%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A96FDB (or 0xA96FDB) is known color: Amethyst. HEX triplet: A9, 6F and DB. RGB value is (169,111,219). Sum of RGB (Red+Green+Blue) = 169+111+219=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A96FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FDB is #569024. Grayscale: #8C8C8C. Windows color (decimal): -5672997 or 14380969. OLE color: 14380969.

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

Color convert

RGB 169 111 219 -
CMYK 0.23 0.49 0 0.14
HSL 272.22º 0.6% 0.65% -
HSV(B) 272.22º 0.49% 0.86% -
XYZ 34.83 24.92 69.99 -
YUV 140.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 169 111 219 0.23 0.49 0 0.14 272.22 0.6 0.65
Hex A9 6F DB 17 31 0 E 110 3C 41
Octal 251 157 333 27 61 0 16 420 74 101
Binary 10101001 1101111 11011011 10111 110001 0 1110 100010000 111100 1000001

Color Harmonies of #A96FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FDB

Black with #A96FDB

Text Example


Text Example

White with #A96FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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