Html Css Color HEX #AD69DF Amethyst

📋 copy color: '#AD69DF'

red 173 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #AD69DF

Tints of Amethyst #AD69DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 34.53%
G = 20.96%
B = 44.51%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD69DF (or 0xAD69DF) is known color: Amethyst. HEX triplet: AD, 69 and DF. RGB value is (173,105,223). Sum of RGB (Red+Green+Blue) = 173+105+223=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69DF is #529620. Grayscale: #8A8A8A. Windows color (decimal): -5412385 or 14641581. OLE color: 14641581.

HSL color Cylindrical-coordinate representation of color #AD69DF: hue angle of 274.58º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD69DF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 105 223 -
CMYK 0.22 0.53 0 0.13
HSL 274.58º 0.65% 0.64% -
HSV(B) 274.58º 0.53% 0.87% -
XYZ 35.6 24.32 72.63 -
YUV 138.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 173 105 223 0.22 0.53 0 0.13 274.58 0.65 0.64
Hex AD 69 DF 16 35 0 D 113 41 40
Octal 255 151 337 26 65 0 15 423 101 100
Binary 10101101 1101001 11011111 10110 110101 0 1101 100010011 1000001 1000000

Color Harmonies of #AD69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69DF

Black with #AD69DF

Text Example


Text Example

White with #AD69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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