Html Css Color HEX #AD66DC Amethyst

📋 copy color: '#AD66DC'

red 173 ◦ green 102 ◦ blue 220

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

Shades of Amethyst #AD66DC

Tints of Amethyst #AD66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 34.95%
G = 20.61%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD66DC (or 0xAD66DC) is known color: Amethyst. HEX triplet: AD, 66 and DC. RGB value is (173,102,220). Sum of RGB (Red+Green+Blue) = 173+102+220=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66DC is #529923. Grayscale: #888888. Windows color (decimal): -5413156 or 14444205. OLE color: 14444205.

HSL color Cylindrical-coordinate representation of color #AD66DC: hue angle of 276.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD66DC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 102 220 -
CMYK 0.21 0.54 0 0.14
HSL 276.1º 0.63% 0.63% -
HSV(B) 276.1º 0.54% 0.86% -
XYZ 34.9 23.55 70.42 -
YUV 136.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 173 102 220 0.21 0.54 0 0.14 276.1 0.63 0.63
Hex AD 66 DC 15 36 0 E 114 3F 3F
Octal 255 146 334 25 66 0 16 424 77 77
Binary 10101101 1100110 11011100 10101 110110 0 1110 100010100 111111 111111

Color Harmonies of #AD66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66DC

Black with #AD66DC

Text Example


Text Example

White with #AD66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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