Html Css Color HEX #AD78DA Amethyst

📋 copy color: '#AD78DA'

red 173 ◦ green 120 ◦ blue 218

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

Shades of Amethyst #AD78DA

Tints of Amethyst #AD78DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 33.86%
G = 23.48%
B = 42.66%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD78DA (or 0xAD78DA) is known color: Amethyst. HEX triplet: AD, 78 and DA. RGB value is (173,120,218). Sum of RGB (Red+Green+Blue) = 173+120+218=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD78DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DA is #528725. Grayscale: #929292. Windows color (decimal): -5408550 or 14317741. OLE color: 14317741.

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

Color convert

RGB 173 120 218 -
CMYK 0.21 0.45 0 0.15
HSL 272.45º 0.57% 0.66% -
HSV(B) 272.45º 0.45% 0.85% -
XYZ 36.6 27.38 69.69 -
YUV 147.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 173 120 218 0.21 0.45 0 0.15 272.45 0.57 0.66
Hex AD 78 DA 15 2D 0 F 110 39 42
Octal 255 170 332 25 55 0 17 420 71 102
Binary 10101101 1111000 11011010 10101 101101 0 1111 100010000 111001 1000010

Color Harmonies of #AD78DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD78DA

Black with #AD78DA

Text Example


Text Example

White with #AD78DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD78DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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