Html Css Color HEX #AD6FE1 Amethyst

📋 copy color: '#AD6FE1'

red 173 ◦ green 111 ◦ blue 225

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

Shades of Amethyst #AD6FE1

Tints of Amethyst #AD6FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.2%

R = 33.99%
G = 21.81%
B = 44.2%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD6FE1 (or 0xAD6FE1) is known color: Amethyst. HEX triplet: AD, 6F and E1. RGB value is (173,111,225). Sum of RGB (Red+Green+Blue) = 173+111+225=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD6FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FE1 is #52901E. Grayscale: #8E8E8E. Windows color (decimal): -5410847 or 14774189. OLE color: 14774189.

HSL color Cylindrical-coordinate representation of color #AD6FE1: hue angle of 272.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6FE1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 111 225 -
CMYK 0.23 0.51 0 0.12
HSL 272.63º 0.66% 0.66% -
HSV(B) 272.63º 0.51% 0.88% -
XYZ 36.51 25.69 74.27 -
YUV 142.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 173 111 225 0.23 0.51 0 0.12 272.63 0.66 0.66
Hex AD 6F E1 17 33 0 C 111 42 42
Octal 255 157 341 27 63 0 14 421 102 102
Binary 10101101 1101111 11100001 10111 110011 0 1100 100010001 1000010 1000010

Color Harmonies of #AD6FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FE1

Black with #AD6FE1

Text Example


Text Example

White with #AD6FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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