Html Css Color HEX #AD66D8 Amethyst

📋 copy color: '#AD66D8'

red 173 ◦ green 102 ◦ blue 216

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

Shades of Amethyst #AD66D8

Tints of Amethyst #AD66D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 35.23%
G = 20.77%
B = 43.99%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD66D8 (or 0xAD66D8) is known color: Amethyst. HEX triplet: AD, 66 and D8. RGB value is (173,102,216). Sum of RGB (Red+Green+Blue) = 173+102+216=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD66D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66D8 is #529927. Grayscale: #878787. Windows color (decimal): -5413160 or 14182061. OLE color: 14182061.

HSL color Cylindrical-coordinate representation of color #AD66D8: hue angle of 277.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD66D8 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 102 216 -
CMYK 0.20 0.53 0 0.15
HSL 277.37º 0.59% 0.62% -
HSV(B) 277.37º 0.53% 0.85% -
XYZ 34.38 23.34 67.66 -
YUV 136.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 173 102 216 0.20 0.53 0 0.15 277.37 0.59 0.62
Hex AD 66 D8 14 35 0 F 115 3B 3E
Octal 255 146 330 24 65 0 17 425 73 76
Binary 10101101 1100110 11011000 10100 110101 0 1111 100010101 111011 111110

Color Harmonies of #AD66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66D8

Black with #AD66D8

Text Example


Text Example

White with #AD66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66D8; }

 p { color: rgb(173,102,216); }

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

background-color css

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

 a { background-color: rgb(173,102,216); }

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

border-color css

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

 span { border-color: rgb(173,102,216); }

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