Html Css Color HEX #AD69D6 Amethyst

📋 copy color: '#AD69D6'

red 173 ◦ green 105 ◦ blue 214

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

Shades of Amethyst #AD69D6

Tints of Amethyst #AD69D6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

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

R = 35.16%
G = 21.34%
B = 43.5%

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

#AD69D6 (or 0xAD69D6) is known color: Amethyst. HEX triplet: AD, 69 and D6. RGB value is (173,105,214). Sum of RGB (Red+Green+Blue) = 173+105+214=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD69D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69D6 is #529629. Grayscale: #898989. Windows color (decimal): -5412394 or 14051757. OLE color: 14051757.

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

Color convert

RGB 173 105 214 -
CMYK 0.19 0.51 0 0.16
HSL 277.43º 0.57% 0.63% -
HSV(B) 277.43º 0.51% 0.84% -
XYZ 34.42 23.84 66.41 -
YUV 137.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 173 105 214 0.19 0.51 0 0.16 277.43 0.57 0.63
Hex AD 69 D6 13 33 0 10 115 39 3F
Octal 255 151 326 23 63 0 20 425 71 77
Binary 10101101 1101001 11010110 10011 110011 0 10000 100010101 111001 111111

Color Harmonies of #AD69D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69D6

Black with #AD69D6

Text Example


Text Example

White with #AD69D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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