Html Css Color HEX #AD6CCE Amethyst

📋 copy color: '#AD6CCE'

red 173 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #AD6CCE

Tints of Amethyst #AD6CCE

RGB

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

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

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

R = 35.52%
G = 22.18%
B = 42.3%

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

#AD6CCE (or 0xAD6CCE) is known color: Amethyst. HEX triplet: AD, 6C and CE. RGB value is (173,108,206). Sum of RGB (Red+Green+Blue) = 173+108+206=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD6CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CCE is #529331. Grayscale: #8A8A8A. Windows color (decimal): -5411634 or 13528237. OLE color: 13528237.

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

Color convert

RGB 173 108 206 -
CMYK 0.16 0.48 0 0.19
HSL 279.8º 0.5% 0.62% -
HSV(B) 279.8º 0.48% 0.81% -
XYZ 33.74 24.07 61.26 -
YUV 138.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 173 108 206 0.16 0.48 0 0.19 279.8 0.5 0.62
Hex AD 6C CE 10 30 0 13 118 32 3E
Octal 255 154 316 20 60 0 23 430 62 76
Binary 10101101 1101100 11001110 10000 110000 0 10011 100011000 110010 111110

Color Harmonies of #AD6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CCE

Black with #AD6CCE

Text Example


Text Example

White with #AD6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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