Html Css Color HEX #AD65D7 Amethyst

📋 copy color: '#AD65D7'

red 173 ◦ green 101 ◦ blue 215

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

Shades of Amethyst #AD65D7

Tints of Amethyst #AD65D7

RGB

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

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

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

R = 35.38%
G = 20.65%
B = 43.97%

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

#AD65D7 (or 0xAD65D7) is known color: Amethyst. HEX triplet: AD, 65 and D7. RGB value is (173,101,215). Sum of RGB (Red+Green+Blue) = 173+101+215=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD65D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65D7 is #529A28. Grayscale: #878787. Windows color (decimal): -5413417 or 14116269. OLE color: 14116269.

HSL color Cylindrical-coordinate representation of color #AD65D7: hue angle of 277.89º 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 #AD65D7 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 101 215 -
CMYK 0.20 0.53 0 0.16
HSL 277.89º 0.59% 0.62% -
HSV(B) 277.89º 0.53% 0.84% -
XYZ 34.15 23.1 66.95 -
YUV 135.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 173 101 215 0.20 0.53 0 0.16 277.89 0.59 0.62
Hex AD 65 D7 14 35 0 10 116 3B 3E
Octal 255 145 327 24 65 0 20 426 73 76
Binary 10101101 1100101 11010111 10100 110101 0 10000 100010110 111011 111110

Color Harmonies of #AD65D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65D7

Black with #AD65D7

Text Example


Text Example

White with #AD65D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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