Html Css Color HEX #AD74DC Amethyst

📋 copy color: '#AD74DC'

red 173 ◦ green 116 ◦ blue 220

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

Shades of Amethyst #AD74DC

Tints of Amethyst #AD74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.79%

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

R = 33.99%
G = 22.79%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD74DC (or 0xAD74DC) is known color: Amethyst. HEX triplet: AD, 74 and DC. RGB value is (173,116,220). Sum of RGB (Red+Green+Blue) = 173+116+220=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DC is #528B23. Grayscale: #909090. Windows color (decimal): -5409572 or 14447789. OLE color: 14447789.

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

Color convert

RGB 173 116 220 -
CMYK 0.21 0.47 0 0.14
HSL 272.88º 0.6% 0.66% -
HSV(B) 272.88º 0.47% 0.86% -
XYZ 36.4 26.54 70.91 -
YUV 144.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 173 116 220 0.21 0.47 0 0.14 272.88 0.6 0.66
Hex AD 74 DC 15 2F 0 E 111 3C 42
Octal 255 164 334 25 57 0 16 421 74 102
Binary 10101101 1110100 11011100 10101 101111 0 1110 100010001 111100 1000010

Color Harmonies of #AD74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74DC

Black with #AD74DC

Text Example


Text Example

White with #AD74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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