Html Css Color HEX #AD77DC Amethyst

📋 copy color: '#AD77DC'

red 173 ◦ green 119 ◦ blue 220

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

Shades of Amethyst #AD77DC

Tints of Amethyst #AD77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 33.79%
G = 23.24%
B = 42.97%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD77DC (or 0xAD77DC) is known color: Amethyst. HEX triplet: AD, 77 and DC. RGB value is (173,119,220). Sum of RGB (Red+Green+Blue) = 173+119+220=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77DC is #528823. Grayscale: #929292. Windows color (decimal): -5408804 or 14448557. OLE color: 14448557.

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

Color convert

RGB 173 119 220 -
CMYK 0.21 0.46 0 0.14
HSL 272.08º 0.59% 0.66% -
HSV(B) 272.08º 0.46% 0.86% -
XYZ 36.75 27.25 71.03 -
YUV 146.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 173 119 220 0.21 0.46 0 0.14 272.08 0.59 0.66
Hex AD 77 DC 15 2E 0 E 110 3B 42
Octal 255 167 334 25 56 0 16 420 73 102
Binary 10101101 1110111 11011100 10101 101110 0 1110 100010000 111011 1000010

Color Harmonies of #AD77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77DC

Black with #AD77DC

Text Example


Text Example

White with #AD77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77DC; }

 p { color: rgb(173,119,220); }

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

background-color css

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

 a { background-color: rgb(173,119,220); }

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

border-color css

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

 span { border-color: rgb(173,119,220); }

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