Html Css Color HEX #AD6DCF Amethyst

📋 copy color: '#AD6DCF'

red 173 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #AD6DCF

Tints of Amethyst #AD6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 35.38%
G = 22.29%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD6DCF (or 0xAD6DCF) is known color: Amethyst. HEX triplet: AD, 6D and CF. RGB value is (173,109,207). Sum of RGB (Red+Green+Blue) = 173+109+207=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DCF is #529230. Grayscale: #8A8A8A. Windows color (decimal): -5411377 or 13594029. OLE color: 13594029.

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

Color convert

RGB 173 109 207 -
CMYK 0.16 0.47 0 0.19
HSL 279.18º 0.51% 0.62% -
HSV(B) 279.18º 0.47% 0.81% -
XYZ 33.96 24.33 61.94 -
YUV 139.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 173 109 207 0.16 0.47 0 0.19 279.18 0.51 0.62
Hex AD 6D CF 10 2F 0 13 117 33 3E
Octal 255 155 317 20 57 0 23 427 63 76
Binary 10101101 1101101 11001111 10000 101111 0 10011 100010111 110011 111110

Color Harmonies of #AD6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DCF

Black with #AD6DCF

Text Example


Text Example

White with #AD6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DCF; }

 p { color: rgb(173,109,207); }

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

background-color css

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

 a { background-color: rgb(173,109,207); }

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

border-color css

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

 span { border-color: rgb(173,109,207); }

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