Html Css Color HEX #AD6DE0 Amethyst

📋 copy color: '#AD6DE0'

red 173 ◦ green 109 ◦ blue 224

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

Shades of Amethyst #AD6DE0

Tints of Amethyst #AD6DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 34.19%
G = 21.54%
B = 44.27%

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

#AD6DE0 (or 0xAD6DE0) is known color: Amethyst. HEX triplet: AD, 6D and E0. RGB value is (173,109,224). Sum of RGB (Red+Green+Blue) = 173+109+224=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD6DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DE0 is #52921F. Grayscale: #8C8C8C. Windows color (decimal): -5411360 or 14708141. OLE color: 14708141.

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

Color convert

RGB 173 109 224 -
CMYK 0.23 0.51 0 0.12
HSL 273.39º 0.65% 0.65% -
HSV(B) 273.39º 0.51% 0.88% -
XYZ 36.16 25.2 73.48 -
YUV 141.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 173 109 224 0.23 0.51 0 0.12 273.39 0.65 0.65
Hex AD 6D E0 17 33 0 C 111 41 41
Octal 255 155 340 27 63 0 14 421 101 101
Binary 10101101 1101101 11100000 10111 110011 0 1100 100010001 1000001 1000001

Color Harmonies of #AD6DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DE0

Black with #AD6DE0

Text Example


Text Example

White with #AD6DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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