Html Css Color HEX #AD6FDB Amethyst

📋 copy color: '#AD6FDB'

red 173 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #AD6FDB

Tints of Amethyst #AD6FDB

RGB

 RED value IS 173 (67.97% from 255) = 34.39%

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

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

R = 34.39%
G = 22.07%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD6FDB (or 0xAD6FDB) is known color: Amethyst. HEX triplet: AD, 6F and DB. RGB value is (173,111,219). Sum of RGB (Red+Green+Blue) = 173+111+219=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD6FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FDB is #529024. Grayscale: #8D8D8D. Windows color (decimal): -5410853 or 14380973. OLE color: 14380973.

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

Color convert

RGB 173 111 219 -
CMYK 0.21 0.49 0 0.14
HSL 274.44º 0.6% 0.65% -
HSV(B) 274.44º 0.49% 0.86% -
XYZ 35.7 25.37 70.03 -
YUV 141.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 173 111 219 0.21 0.49 0 0.14 274.44 0.6 0.65
Hex AD 6F DB 15 31 0 E 112 3C 41
Octal 255 157 333 25 61 0 16 422 74 101
Binary 10101101 1101111 11011011 10101 110001 0 1110 100010010 111100 1000001

Color Harmonies of #AD6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FDB

Black with #AD6FDB

Text Example


Text Example

White with #AD6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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