Html Css Color HEX #AD6ED2 Amethyst

📋 copy color: '#AD6ED2'

red 173 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #AD6ED2

Tints of Amethyst #AD6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 35.09%
G = 22.31%
B = 42.6%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD6ED2 (or 0xAD6ED2) is known color: Amethyst. HEX triplet: AD, 6E and D2. RGB value is (173,110,210). Sum of RGB (Red+Green+Blue) = 173+110+210=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD6ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED2 is #52912D. Grayscale: #8B8B8B. Windows color (decimal): -5411118 or 13790893. OLE color: 13790893.

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

Color convert

RGB 173 110 210 -
CMYK 0.18 0.48 0 0.18
HSL 277.8º 0.53% 0.63% -
HSV(B) 277.8º 0.48% 0.82% -
XYZ 34.44 24.69 63.92 -
YUV 140.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 173 110 210 0.18 0.48 0 0.18 277.8 0.53 0.63
Hex AD 6E D2 12 30 0 12 116 35 3F
Octal 255 156 322 22 60 0 22 426 65 77
Binary 10101101 1101110 11010010 10010 110000 0 10010 100010110 110101 111111

Color Harmonies of #AD6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ED2

Black with #AD6ED2

Text Example


Text Example

White with #AD6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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