Html Css Color HEX #A96BDB Amethyst

📋 copy color: '#A96BDB'

red 169 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A96BDB

Tints of Amethyst #A96BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.62%

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

R = 34.14%
G = 21.62%
B = 44.24%

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

#A96BDB (or 0xA96BDB) is known color: Amethyst. HEX triplet: A9, 6B and DB. RGB value is (169,107,219). Sum of RGB (Red+Green+Blue) = 169+107+219=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A96BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BDB is #569424. Grayscale: #898989. Windows color (decimal): -5674021 or 14379945. OLE color: 14379945.

HSL color Cylindrical-coordinate representation of color #A96BDB: hue angle of 273.21º 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 #A96BDB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 107 219 -
CMYK 0.23 0.51 0 0.14
HSL 273.21º 0.61% 0.64% -
HSV(B) 273.21º 0.51% 0.86% -
XYZ 34.41 24.06 69.85 -
YUV 138.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 169 107 219 0.23 0.51 0 0.14 273.21 0.61 0.64
Hex A9 6B DB 17 33 0 E 111 3D 40
Octal 251 153 333 27 63 0 16 421 75 100
Binary 10101001 1101011 11011011 10111 110011 0 1110 100010001 111101 1000000

Color Harmonies of #A96BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BDB

Black with #A96BDB

Text Example


Text Example

White with #A96BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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