Html Css Color HEX #AD6EDE Amethyst

📋 copy color: '#AD6EDE'

red 173 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #AD6EDE

Tints of Amethyst #AD6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 34.26%
G = 21.78%
B = 43.96%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD6EDE (or 0xAD6EDE) is known color: Amethyst. HEX triplet: AD, 6E and DE. RGB value is (173,110,222). Sum of RGB (Red+Green+Blue) = 173+110+222=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EDE is #529121. Grayscale: #8D8D8D. Windows color (decimal): -5411106 or 14577325. OLE color: 14577325.

HSL color Cylindrical-coordinate representation of color #AD6EDE: hue angle of 273.75º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6EDE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 110 222 -
CMYK 0.22 0.50 0 0.13
HSL 273.75º 0.63% 0.65% -
HSV(B) 273.75º 0.5% 0.87% -
XYZ 35.99 25.31 72.1 -
YUV 141.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 173 110 222 0.22 0.50 0 0.13 273.75 0.63 0.65
Hex AD 6E DE 16 32 0 D 112 3F 41
Octal 255 156 336 26 62 0 15 422 77 101
Binary 10101101 1101110 11011110 10110 110010 0 1101 100010010 111111 1000001

Color Harmonies of #AD6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6EDE

Black with #AD6EDE

Text Example


Text Example

White with #AD6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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