Html Css Color HEX #AD6EDA Amethyst

📋 copy color: '#AD6EDA'

red 173 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AD6EDA

Tints of Amethyst #AD6EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 34.53%
G = 21.96%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6EDA (or 0xAD6EDA) is known color: Amethyst. HEX triplet: AD, 6E and DA. RGB value is (173,110,218). Sum of RGB (Red+Green+Blue) = 173+110+218=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EDA is #529125. Grayscale: #8C8C8C. Windows color (decimal): -5411110 or 14315181. OLE color: 14315181.

HSL color Cylindrical-coordinate representation of color #AD6EDA: hue angle of 275º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6EDA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 110 218 -
CMYK 0.21 0.50 0 0.15
HSL 275º 0.59% 0.64% -
HSV(B) 275º 0.5% 0.85% -
XYZ 35.46 25.1 69.3 -
YUV 141.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 173 110 218 0.21 0.50 0 0.15 275 0.59 0.64
Hex AD 6E DA 15 32 0 F 113 3B 40
Octal 255 156 332 25 62 0 17 423 73 100
Binary 10101101 1101110 11011010 10101 110010 0 1111 100010011 111011 1000000

Color Harmonies of #AD6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EDA

Black with #AD6EDA

Text Example


Text Example

White with #AD6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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