Html Css Color HEX #AD66DA Amethyst

📋 copy color: '#AD66DA'

red 173 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #AD66DA

Tints of Amethyst #AD66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 35.09%
G = 20.69%
B = 44.22%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD66DA (or 0xAD66DA) is known color: Amethyst. HEX triplet: AD, 66 and DA. RGB value is (173,102,218). Sum of RGB (Red+Green+Blue) = 173+102+218=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66DA is #529925. Grayscale: #888888. Windows color (decimal): -5413158 or 14313133. OLE color: 14313133.

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

Color convert

RGB 173 102 218 -
CMYK 0.21 0.53 0 0.15
HSL 276.72º 0.61% 0.63% -
HSV(B) 276.72º 0.53% 0.85% -
XYZ 34.64 23.45 69.03 -
YUV 136.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 173 102 218 0.21 0.53 0 0.15 276.72 0.61 0.63
Hex AD 66 DA 15 35 0 F 115 3D 3F
Octal 255 146 332 25 65 0 17 425 75 77
Binary 10101101 1100110 11011010 10101 110101 0 1111 100010101 111101 111111

Color Harmonies of #AD66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66DA

Black with #AD66DA

Text Example


Text Example

White with #AD66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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