Html Css Color HEX #AD69CE Amethyst

📋 copy color: '#AD69CE'

red 173 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #AD69CE

Tints of Amethyst #AD69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 35.74%
G = 21.69%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD69CE (or 0xAD69CE) is known color: Amethyst. HEX triplet: AD, 69 and CE. RGB value is (173,105,206). Sum of RGB (Red+Green+Blue) = 173+105+206=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CE is #529631. Grayscale: #888888. Windows color (decimal): -5412402 or 13527469. OLE color: 13527469.

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

Color convert

RGB 173 105 206 -
CMYK 0.16 0.49 0 0.19
HSL 280.4º 0.51% 0.61% -
HSV(B) 280.4º 0.49% 0.81% -
XYZ 33.43 23.44 61.16 -
YUV 136.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 173 105 206 0.16 0.49 0 0.19 280.4 0.51 0.61
Hex AD 69 CE 10 31 0 13 118 33 3D
Octal 255 151 316 20 61 0 23 430 63 75
Binary 10101101 1101001 11001110 10000 110001 0 10011 100011000 110011 111101

Color Harmonies of #AD69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69CE

Black with #AD69CE

Text Example


Text Example

White with #AD69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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