Html Css Color HEX #AD6CCF Amethyst

📋 copy color: '#AD6CCF'

red 173 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #AD6CCF

Tints of Amethyst #AD6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.13%

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

R = 35.45%
G = 22.13%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD6CCF (or 0xAD6CCF) is known color: Amethyst. HEX triplet: AD, 6C and CF. RGB value is (173,108,207). Sum of RGB (Red+Green+Blue) = 173+108+207=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CCF is #529330. Grayscale: #8A8A8A. Windows color (decimal): -5411633 or 13593773. OLE color: 13593773.

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

Color convert

RGB 173 108 207 -
CMYK 0.16 0.48 0 0.19
HSL 279.39º 0.51% 0.62% -
HSV(B) 279.39º 0.48% 0.81% -
XYZ 33.86 24.11 61.9 -
YUV 138.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 173 108 207 0.16 0.48 0 0.19 279.39 0.51 0.62
Hex AD 6C CF 10 30 0 13 117 33 3E
Octal 255 154 317 20 60 0 23 427 63 76
Binary 10101101 1101100 11001111 10000 110000 0 10011 100010111 110011 111110

Color Harmonies of #AD6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CCF

Black with #AD6CCF

Text Example


Text Example

White with #AD6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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