Html Css Color HEX #AD66D7 Amethyst

📋 copy color: '#AD66D7'

red 173 ◦ green 102 ◦ blue 215

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

Shades of Amethyst #AD66D7

Tints of Amethyst #AD66D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 35.31%
G = 20.82%
B = 43.88%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD66D7 (or 0xAD66D7) is known color: Amethyst. HEX triplet: AD, 66 and D7. RGB value is (173,102,215). Sum of RGB (Red+Green+Blue) = 173+102+215=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD66D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66D7 is #529928. Grayscale: #878787. Windows color (decimal): -5413161 or 14116525. OLE color: 14116525.

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

Color convert

RGB 173 102 215 -
CMYK 0.20 0.53 0 0.16
HSL 277.7º 0.59% 0.62% -
HSV(B) 277.7º 0.53% 0.84% -
XYZ 34.25 23.29 66.98 -
YUV 136.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 173 102 215 0.20 0.53 0 0.16 277.7 0.59 0.62
Hex AD 66 D7 14 35 0 10 116 3B 3E
Octal 255 146 327 24 65 0 20 426 73 76
Binary 10101101 1100110 11010111 10100 110101 0 10000 100010110 111011 111110

Color Harmonies of #AD66D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66D7

Black with #AD66D7

Text Example


Text Example

White with #AD66D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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