Html Css Color HEX #AD68CD Amethyst

📋 copy color: '#AD68CD'

red 173 ◦ green 104 ◦ blue 205

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

Shades of Amethyst #AD68CD

Tints of Amethyst #AD68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.58%

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 35.89%
G = 21.58%
B = 42.53%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD68CD (or 0xAD68CD) is known color: Amethyst. HEX triplet: AD, 68 and CD. RGB value is (173,104,205). Sum of RGB (Red+Green+Blue) = 173+104+205=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD68CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68CD is #529732. Grayscale: #878787. Windows color (decimal): -5412659 or 13461677. OLE color: 13461677.

HSL color Cylindrical-coordinate representation of color #AD68CD: hue angle of 280.99º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD68CD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 104 205 -
CMYK 0.16 0.49 0 0.20
HSL 280.99º 0.5% 0.61% -
HSV(B) 280.99º 0.49% 0.8% -
XYZ 33.2 23.19 60.48 -
YUV 136.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 173 104 205 0.16 0.49 0 0.20 280.99 0.5 0.61
Hex AD 68 CD 10 31 0 14 119 32 3D
Octal 255 150 315 20 61 0 24 431 62 75
Binary 10101101 1101000 11001101 10000 110001 0 10100 100011001 110010 111101

Color Harmonies of #AD68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68CD

Black with #AD68CD

Text Example


Text Example

White with #AD68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68CD; }

 p { color: rgb(173,104,205); }

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

background-color css

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

 a { background-color: rgb(173,104,205); }

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

border-color css

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

 span { border-color: rgb(173,104,205); }

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