Html Css Color HEX #AD6FD0 Amethyst

📋 copy color: '#AD6FD0'

red 173 ◦ green 111 ◦ blue 208

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

Shades of Amethyst #AD6FD0

Tints of Amethyst #AD6FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 35.16%
G = 22.56%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD6FD0 (or 0xAD6FD0) is known color: Amethyst. HEX triplet: AD, 6F and D0. RGB value is (173,111,208). Sum of RGB (Red+Green+Blue) = 173+111+208=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD6FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FD0 is #52902F. Grayscale: #8C8C8C. Windows color (decimal): -5410864 or 13660077. OLE color: 13660077.

HSL color Cylindrical-coordinate representation of color #AD6FD0: hue angle of 278.35º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6FD0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 111 208 -
CMYK 0.17 0.47 0 0.18
HSL 278.35º 0.51% 0.63% -
HSV(B) 278.35º 0.47% 0.82% -
XYZ 34.3 24.81 62.65 -
YUV 140.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 173 111 208 0.17 0.47 0 0.18 278.35 0.51 0.63
Hex AD 6F D0 11 2F 0 12 116 33 3F
Octal 255 157 320 21 57 0 22 426 63 77
Binary 10101101 1101111 11010000 10001 101111 0 10010 100010110 110011 111111

Color Harmonies of #AD6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FD0

Black with #AD6FD0

Text Example


Text Example

White with #AD6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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