Html Css Color HEX #AD65DC Amethyst

📋 copy color: '#AD65DC'

red 173 ◦ green 101 ◦ blue 220

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

Shades of Amethyst #AD65DC

Tints of Amethyst #AD65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.45%

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

R = 35.02%
G = 20.45%
B = 44.53%

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

#AD65DC (or 0xAD65DC) is known color: Amethyst. HEX triplet: AD, 65 and DC. RGB value is (173,101,220). Sum of RGB (Red+Green+Blue) = 173+101+220=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65DC is #529A23. Grayscale: #878787. Windows color (decimal): -5413412 or 14443949. OLE color: 14443949.

HSL color Cylindrical-coordinate representation of color #AD65DC: hue angle of 276.3º 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 #AD65DC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 101 220 -
CMYK 0.21 0.54 0 0.14
HSL 276.3º 0.63% 0.63% -
HSV(B) 276.3º 0.54% 0.86% -
XYZ 34.81 23.36 70.38 -
YUV 136.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 173 101 220 0.21 0.54 0 0.14 276.3 0.63 0.63
Hex AD 65 DC 15 36 0 E 114 3F 3F
Octal 255 145 334 25 66 0 16 424 77 77
Binary 10101101 1100101 11011100 10101 110110 0 1110 100010100 111111 111111

Color Harmonies of #AD65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65DC

Black with #AD65DC

Text Example


Text Example

White with #AD65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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