Html Css Color HEX #AD6FDE Amethyst

📋 copy color: '#AD6FDE'

red 173 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #AD6FDE

Tints of Amethyst #AD6FDE

RGB

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

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

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

R = 34.19%
G = 21.94%
B = 43.87%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD6FDE (or 0xAD6FDE) is known color: Amethyst. HEX triplet: AD, 6F and DE. RGB value is (173,111,222). Sum of RGB (Red+Green+Blue) = 173+111+222=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FDE is #529021. Grayscale: #8D8D8D. Windows color (decimal): -5410850 or 14577581. OLE color: 14577581.

HSL color Cylindrical-coordinate representation of color #AD6FDE: hue angle of 273.51º 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 #AD6FDE is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 111 222 -
CMYK 0.22 0.5 0 0.13
HSL 273.51º 0.63% 0.65% -
HSV(B) 273.51º 0.5% 0.87% -
XYZ 36.1 25.53 72.13 -
YUV 142.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 173 111 222 0.22 0.5 0 0.13 273.51 0.63 0.65
Hex AD 6F DE 16 32 0 D 112 3F 41
Octal 255 157 336 26 62 0 15 422 77 101
Binary 10101101 1101111 11011110 10110 110010 0 1101 100010010 111111 1000001

Color Harmonies of #AD6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FDE

Black with #AD6FDE

Text Example


Text Example

White with #AD6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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