Html Css Color HEX #AD6ECF Amethyst

📋 copy color: '#AD6ECF'

red 173 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #AD6ECF

Tints of Amethyst #AD6ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 35.31%
G = 22.45%
B = 42.24%

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

#AD6ECF (or 0xAD6ECF) is known color: Amethyst. HEX triplet: AD, 6E and CF. RGB value is (173,110,207). Sum of RGB (Red+Green+Blue) = 173+110+207=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ECF is #529130. Grayscale: #8B8B8B. Windows color (decimal): -5411121 or 13594285. OLE color: 13594285.

HSL color Cylindrical-coordinate representation of color #AD6ECF: hue angle of 278.97º degrees, saturation: 0.5, 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 #AD6ECF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 110 207 -
CMYK 0.16 0.47 0 0.19
HSL 278.97º 0.5% 0.62% -
HSV(B) 278.97º 0.47% 0.81% -
XYZ 34.07 24.54 61.97 -
YUV 139.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 173 110 207 0.16 0.47 0 0.19 278.97 0.5 0.62
Hex AD 6E CF 10 2F 0 13 117 32 3E
Octal 255 156 317 20 57 0 23 427 62 76
Binary 10101101 1101110 11001111 10000 101111 0 10011 100010111 110010 111110

Color Harmonies of #AD6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ECF

Black with #AD6ECF

Text Example


Text Example

White with #AD6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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