Html Css Color HEX #AD78D7 Amethyst

📋 copy color: '#AD78D7'

red 173 ◦ green 120 ◦ blue 215

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

Shades of Amethyst #AD78D7

Tints of Amethyst #AD78D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 34.06%
G = 23.62%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD78D7 (or 0xAD78D7) is known color: Amethyst. HEX triplet: AD, 78 and D7. RGB value is (173,120,215). Sum of RGB (Red+Green+Blue) = 173+120+215=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD78D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78D7 is #528728. Grayscale: #929292. Windows color (decimal): -5408553 or 14121133. OLE color: 14121133.

HSL color Cylindrical-coordinate representation of color #AD78D7: hue angle of 273.47º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD78D7 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 120 215 -
CMYK 0.20 0.44 0 0.16
HSL 273.47º 0.54% 0.66% -
HSV(B) 273.47º 0.44% 0.84% -
XYZ 36.22 27.22 67.64 -
YUV 146.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 173 120 215 0.20 0.44 0 0.16 273.47 0.54 0.66
Hex AD 78 D7 14 2C 0 10 111 36 42
Octal 255 170 327 24 54 0 20 421 66 102
Binary 10101101 1111000 11010111 10100 101100 0 10000 100010001 110110 1000010

Color Harmonies of #AD78D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD78D7

Black with #AD78D7

Text Example


Text Example

White with #AD78D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD78D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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