Html Css Color HEX #AD68D6 Amethyst

📋 copy color: '#AD68D6'

red 173 ◦ green 104 ◦ blue 214

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

Shades of Amethyst #AD68D6

Tints of Amethyst #AD68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 35.23%
G = 21.18%
B = 43.58%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD68D6 (or 0xAD68D6) is known color: Amethyst. HEX triplet: AD, 68 and D6. RGB value is (173,104,214). Sum of RGB (Red+Green+Blue) = 173+104+214=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD68D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D6 is #529729. Grayscale: #888888. Windows color (decimal): -5412650 or 14051501. OLE color: 14051501.

HSL color Cylindrical-coordinate representation of color #AD68D6: hue angle of 277.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD68D6 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 104 214 -
CMYK 0.19 0.51 0 0.16
HSL 277.64º 0.57% 0.62% -
HSV(B) 277.64º 0.51% 0.84% -
XYZ 34.32 23.64 66.37 -
YUV 137.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 173 104 214 0.19 0.51 0 0.16 277.64 0.57 0.62
Hex AD 68 D6 13 33 0 10 116 39 3E
Octal 255 150 326 23 63 0 20 426 71 76
Binary 10101101 1101000 11010110 10011 110011 0 10000 100010110 111001 111110

Color Harmonies of #AD68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68D6

Black with #AD68D6

Text Example


Text Example

White with #AD68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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