Html Css Color HEX #AD6FD8 Amethyst

📋 copy color: '#AD6FD8'

red 173 ◦ green 111 ◦ blue 216

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

Shades of Amethyst #AD6FD8

Tints of Amethyst #AD6FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.2%

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 34.6%
G = 22.2%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6FD8 (or 0xAD6FD8) is known color: Amethyst. HEX triplet: AD, 6F and D8. RGB value is (173,111,216). Sum of RGB (Red+Green+Blue) = 173+111+216=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD6FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FD8 is #529027. Grayscale: #8D8D8D. Windows color (decimal): -5410856 or 14184365. OLE color: 14184365.

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

Color convert

RGB 173 111 216 -
CMYK 0.20 0.49 0 0.15
HSL 275.43º 0.57% 0.64% -
HSV(B) 275.43º 0.49% 0.85% -
XYZ 35.31 25.21 67.97 -
YUV 141.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 173 111 216 0.20 0.49 0 0.15 275.43 0.57 0.64
Hex AD 6F D8 14 31 0 F 113 39 40
Octal 255 157 330 24 61 0 17 423 71 100
Binary 10101101 1101111 11011000 10100 110001 0 1111 100010011 111001 1000000

Color Harmonies of #AD6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FD8

Black with #AD6FD8

Text Example


Text Example

White with #AD6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FD8; }

 p { color: rgb(173,111,216); }

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

background-color css

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

 a { background-color: rgb(173,111,216); }

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

border-color css

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

 span { border-color: rgb(173,111,216); }

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