Html Css Color HEX #AD6ECC Amethyst

📋 copy color: '#AD6ECC'

red 173 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #AD6ECC

Tints of Amethyst #AD6ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 35.52%
G = 22.59%
B = 41.89%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD6ECC (or 0xAD6ECC) is known color: Amethyst. HEX triplet: AD, 6E and CC. RGB value is (173,110,204). Sum of RGB (Red+Green+Blue) = 173+110+204=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ECC is #529133. Grayscale: #8B8B8B. Windows color (decimal): -5411124 or 13397677. OLE color: 13397677.

HSL color Cylindrical-coordinate representation of color #AD6ECC: hue angle of 280.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6ECC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 110 204 -
CMYK 0.15 0.46 0 0.2
HSL 280.21º 0.48% 0.62% -
HSV(B) 280.21º 0.46% 0.8% -
XYZ 33.71 24.4 60.06 -
YUV 139.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 173 110 204 0.15 0.46 0 0.2 280.21 0.48 0.62
Hex AD 6E CC F 2E 0 14 118 30 3E
Octal 255 156 314 17 56 0 24 430 60 76
Binary 10101101 1101110 11001100 1111 101110 0 10100 100011000 110000 111110

Color Harmonies of #AD6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ECC

Black with #AD6ECC

Text Example


Text Example

White with #AD6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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