Html Css Color HEX #AD6DE1 Amethyst

📋 copy color: '#AD6DE1'

red 173 ◦ green 109 ◦ blue 225

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

Shades of Amethyst #AD6DE1

Tints of Amethyst #AD6DE1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

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

R = 34.12%
G = 21.5%
B = 44.38%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD6DE1 (or 0xAD6DE1) is known color: Amethyst. HEX triplet: AD, 6D and E1. RGB value is (173,109,225). Sum of RGB (Red+Green+Blue) = 173+109+225=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD6DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE1 is #52921E. Grayscale: #8C8C8C. Windows color (decimal): -5411359 or 14773677. OLE color: 14773677.

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

Color convert

RGB 173 109 225 -
CMYK 0.23 0.52 0 0.12
HSL 273.1º 0.66% 0.65% -
HSV(B) 273.1º 0.52% 0.88% -
XYZ 36.29 25.26 74.2 -
YUV 141.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 173 109 225 0.23 0.52 0 0.12 273.1 0.66 0.65
Hex AD 6D E1 17 34 0 C 111 42 41
Octal 255 155 341 27 64 0 14 421 102 101
Binary 10101101 1101101 11100001 10111 110100 0 1100 100010001 1000010 1000001

Color Harmonies of #AD6DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DE1

Black with #AD6DE1

Text Example


Text Example

White with #AD6DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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