Html Css Color HEX #AD6CDC Amethyst

📋 copy color: '#AD6CDC'

red 173 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #AD6CDC

Tints of Amethyst #AD6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.56%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 34.53%
G = 21.56%
B = 43.91%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD6CDC (or 0xAD6CDC) is known color: Amethyst. HEX triplet: AD, 6C and DC. RGB value is (173,108,220). Sum of RGB (Red+Green+Blue) = 173+108+220=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CDC is #529323. Grayscale: #8B8B8B. Windows color (decimal): -5411620 or 14445741. OLE color: 14445741.

HSL color Cylindrical-coordinate representation of color #AD6CDC: hue angle of 274.82º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6CDC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 108 220 -
CMYK 0.21 0.51 0 0.14
HSL 274.82º 0.62% 0.64% -
HSV(B) 274.82º 0.51% 0.86% -
XYZ 35.51 24.78 70.62 -
YUV 140.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 173 108 220 0.21 0.51 0 0.14 274.82 0.62 0.64
Hex AD 6C DC 15 33 0 E 113 3E 40
Octal 255 154 334 25 63 0 16 423 76 100
Binary 10101101 1101100 11011100 10101 110011 0 1110 100010011 111110 1000000

Color Harmonies of #AD6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CDC

Black with #AD6CDC

Text Example


Text Example

White with #AD6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CDC; }

 p { color: rgb(173,108,220); }

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

background-color css

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

 a { background-color: rgb(173,108,220); }

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

border-color css

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

 span { border-color: rgb(173,108,220); }

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