Html Css Color HEX #AD6ECE Amethyst

📋 copy color: '#AD6ECE'

red 173 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #AD6ECE

Tints of Amethyst #AD6ECE

RGB

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

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

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

R = 35.38%
G = 22.49%
B = 42.13%

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

#AD6ECE (or 0xAD6ECE) is known color: Amethyst. HEX triplet: AD, 6E and CE. RGB value is (173,110,206). Sum of RGB (Red+Green+Blue) = 173+110+206=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ECE is #529131. Grayscale: #8B8B8B. Windows color (decimal): -5411122 or 13528749. OLE color: 13528749.

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

Color convert

RGB 173 110 206 -
CMYK 0.16 0.47 0 0.19
HSL 279.38º 0.49% 0.62% -
HSV(B) 279.38º 0.47% 0.81% -
XYZ 33.95 24.49 61.33 -
YUV 139.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 173 110 206 0.16 0.47 0 0.19 279.38 0.49 0.62
Hex AD 6E CE 10 2F 0 13 117 31 3E
Octal 255 156 316 20 57 0 23 427 61 76
Binary 10101101 1101110 11001110 10000 101111 0 10011 100010111 110001 111110

Color Harmonies of #AD6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ECE

Black with #AD6ECE

Text Example


Text Example

White with #AD6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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