Html Css Color HEX #AD7ADB Amethyst

📋 copy color: '#AD7ADB'

red 173 ◦ green 122 ◦ blue 219

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

Shades of Amethyst #AD7ADB

Tints of Amethyst #AD7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.74%

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

R = 33.66%
G = 23.74%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD7ADB (or 0xAD7ADB) is known color: Amethyst. HEX triplet: AD, 7A and DB. RGB value is (173,122,219). Sum of RGB (Red+Green+Blue) = 173+122+219=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADB is #528524. Grayscale: #939393. Windows color (decimal): -5408037 or 14383789. OLE color: 14383789.

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

Color convert

RGB 173 122 219 -
CMYK 0.21 0.44 0 0.14
HSL 271.55º 0.57% 0.67% -
HSV(B) 271.55º 0.44% 0.86% -
XYZ 36.98 27.92 70.46 -
YUV 148.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 173 122 219 0.21 0.44 0 0.14 271.55 0.57 0.67
Hex AD 7A DB 15 2C 0 E 110 39 43
Octal 255 172 333 25 54 0 16 420 71 103
Binary 10101101 1111010 11011011 10101 101100 0 1110 100010000 111001 1000011

Color Harmonies of #AD7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7ADB

Black with #AD7ADB

Text Example


Text Example

White with #AD7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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