Html Css Color HEX #AD6ED0 Amethyst

📋 copy color: '#AD6ED0'

red 173 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #AD6ED0

Tints of Amethyst #AD6ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.4%

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

R = 35.23%
G = 22.4%
B = 42.36%

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

#AD6ED0 (or 0xAD6ED0) is known color: Amethyst. HEX triplet: AD, 6E and D0. RGB value is (173,110,208). Sum of RGB (Red+Green+Blue) = 173+110+208=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD6ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED0 is #52912F. Grayscale: #8B8B8B. Windows color (decimal): -5411120 or 13659821. OLE color: 13659821.

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

Color convert

RGB 173 110 208 -
CMYK 0.17 0.47 0 0.18
HSL 278.57º 0.51% 0.62% -
HSV(B) 278.57º 0.47% 0.82% -
XYZ 34.19 24.59 62.62 -
YUV 140.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 173 110 208 0.17 0.47 0 0.18 278.57 0.51 0.62
Hex AD 6E D0 11 2F 0 12 117 33 3E
Octal 255 156 320 21 57 0 22 427 63 76
Binary 10101101 1101110 11010000 10001 101111 0 10010 100010111 110011 111110

Color Harmonies of #AD6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ED0

Black with #AD6ED0

Text Example


Text Example

White with #AD6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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