Html Css Color HEX #AD69DB Amethyst

📋 copy color: '#AD69DB'

red 173 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #AD69DB

Tints of Amethyst #AD69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 34.81%
G = 21.13%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD69DB (or 0xAD69DB) is known color: Amethyst. HEX triplet: AD, 69 and DB. RGB value is (173,105,219). Sum of RGB (Red+Green+Blue) = 173+105+219=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69DB is #529624. Grayscale: #898989. Windows color (decimal): -5412389 or 14379437. OLE color: 14379437.

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

Color convert

RGB 173 105 219 -
CMYK 0.21 0.52 0 0.14
HSL 275.79º 0.61% 0.64% -
HSV(B) 275.79º 0.52% 0.86% -
XYZ 35.07 24.1 69.82 -
YUV 138.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 173 105 219 0.21 0.52 0 0.14 275.79 0.61 0.64
Hex AD 69 DB 15 34 0 E 114 3D 40
Octal 255 151 333 25 64 0 16 424 75 100
Binary 10101101 1101001 11011011 10101 110100 0 1110 100010100 111101 1000000

Color Harmonies of #AD69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69DB

Black with #AD69DB

Text Example


Text Example

White with #AD69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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