Html Css Color HEX #AD6ADB Amethyst

📋 copy color: '#AD6ADB'

red 173 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #AD6ADB

Tints of Amethyst #AD6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

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

R = 34.74%
G = 21.29%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD6ADB (or 0xAD6ADB) is known color: Amethyst. HEX triplet: AD, 6A and DB. RGB value is (173,106,219). Sum of RGB (Red+Green+Blue) = 173+106+219=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADB is #529524. Grayscale: #8A8A8A. Windows color (decimal): -5412133 or 14379693. OLE color: 14379693.

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

Color convert

RGB 173 106 219 -
CMYK 0.21 0.52 0 0.14
HSL 275.58º 0.61% 0.64% -
HSV(B) 275.58º 0.52% 0.86% -
XYZ 35.17 24.31 69.86 -
YUV 138.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 173 106 219 0.21 0.52 0 0.14 275.58 0.61 0.64
Hex AD 6A DB 15 34 0 E 114 3D 40
Octal 255 152 333 25 64 0 16 424 75 100
Binary 10101101 1101010 11011011 10101 110100 0 1110 100010100 111101 1000000

Color Harmonies of #AD6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ADB

Black with #AD6ADB

Text Example


Text Example

White with #AD6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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