Html Css Color HEX #AD78DB Amethyst

📋 copy color: '#AD78DB'

red 173 ◦ green 120 ◦ blue 219

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

Shades of Amethyst #AD78DB

Tints of Amethyst #AD78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

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

R = 33.79%
G = 23.44%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD78DB (or 0xAD78DB) is known color: Amethyst. HEX triplet: AD, 78 and DB. RGB value is (173,120,219). Sum of RGB (Red+Green+Blue) = 173+120+219=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DB is #528724. Grayscale: #929292. Windows color (decimal): -5408549 or 14383277. OLE color: 14383277.

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

Color convert

RGB 173 120 219 -
CMYK 0.21 0.45 0 0.14
HSL 272.12º 0.58% 0.66% -
HSV(B) 272.12º 0.45% 0.86% -
XYZ 36.74 27.43 70.38 -
YUV 147.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 173 120 219 0.21 0.45 0 0.14 272.12 0.58 0.66
Hex AD 78 DB 15 2D 0 E 110 3A 42
Octal 255 170 333 25 55 0 16 420 72 102
Binary 10101101 1111000 11011011 10101 101101 0 1110 100010000 111010 1000010

Color Harmonies of #AD78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD78DB

Black with #AD78DB

Text Example


Text Example

White with #AD78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD78DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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