Html Css Color HEX #A96CDB Amethyst

📋 copy color: '#A96CDB'

red 169 ◦ green 108 ◦ blue 219

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

Shades of Amethyst #A96CDB

Tints of Amethyst #A96CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

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

R = 34.07%
G = 21.77%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A96CDB (or 0xA96CDB) is known color: Amethyst. HEX triplet: A9, 6C and DB. RGB value is (169,108,219). Sum of RGB (Red+Green+Blue) = 169+108+219=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A96CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CDB is #569324. Grayscale: #8A8A8A. Windows color (decimal): -5673765 or 14380201. OLE color: 14380201.

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

Color convert

RGB 169 108 219 -
CMYK 0.23 0.51 0 0.14
HSL 272.97º 0.61% 0.64% -
HSV(B) 272.97º 0.51% 0.86% -
XYZ 34.51 24.27 69.88 -
YUV 138.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 169 108 219 0.23 0.51 0 0.14 272.97 0.61 0.64
Hex A9 6C DB 17 33 0 E 111 3D 40
Octal 251 154 333 27 63 0 16 421 75 100
Binary 10101001 1101100 11011011 10111 110011 0 1110 100010001 111101 1000000

Color Harmonies of #A96CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CDB

Black with #A96CDB

Text Example


Text Example

White with #A96CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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