Html Css Color HEX #AD6FCE Amethyst

📋 copy color: '#AD6FCE'

red 173 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #AD6FCE

Tints of Amethyst #AD6FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 35.31%
G = 22.65%
B = 42.04%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD6FCE (or 0xAD6FCE) is known color: Amethyst. HEX triplet: AD, 6F and CE. RGB value is (173,111,206). Sum of RGB (Red+Green+Blue) = 173+111+206=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCE is #529031. Grayscale: #8C8C8C. Windows color (decimal): -5410866 or 13529005. OLE color: 13529005.

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

Color convert

RGB 173 111 206 -
CMYK 0.16 0.46 0 0.19
HSL 279.16º 0.49% 0.62% -
HSV(B) 279.16º 0.46% 0.81% -
XYZ 34.06 24.71 61.37 -
YUV 140.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 173 111 206 0.16 0.46 0 0.19 279.16 0.49 0.62
Hex AD 6F CE 10 2E 0 13 117 31 3E
Octal 255 157 316 20 56 0 23 427 61 76
Binary 10101101 1101111 11001110 10000 101110 0 10011 100010111 110001 111110

Color Harmonies of #AD6FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FCE

Black with #AD6FCE

Text Example


Text Example

White with #AD6FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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