Html Css Color HEX #AD6FD6 Amethyst

📋 copy color: '#AD6FD6'

red 173 ◦ green 111 ◦ blue 214

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

Shades of Amethyst #AD6FD6

Tints of Amethyst #AD6FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.97%

R = 34.74%
G = 22.29%
B = 42.97%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD6FD6 (or 0xAD6FD6) is known color: Amethyst. HEX triplet: AD, 6F and D6. RGB value is (173,111,214). Sum of RGB (Red+Green+Blue) = 173+111+214=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD6FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FD6 is #529029. Grayscale: #8C8C8C. Windows color (decimal): -5410858 or 14053293. OLE color: 14053293.

HSL color Cylindrical-coordinate representation of color #AD6FD6: hue angle of 276.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD6FD6 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 111 214 -
CMYK 0.19 0.48 0 0.16
HSL 276.12º 0.56% 0.64% -
HSV(B) 276.12º 0.48% 0.84% -
XYZ 35.06 25.11 66.62 -
YUV 141.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 173 111 214 0.19 0.48 0 0.16 276.12 0.56 0.64
Hex AD 6F D6 13 30 0 10 114 38 40
Octal 255 157 326 23 60 0 20 424 70 100
Binary 10101101 1101111 11010110 10011 110000 0 10000 100010100 111000 1000000

Color Harmonies of #AD6FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FD6

Black with #AD6FD6

Text Example


Text Example

White with #AD6FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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