Html Css Color HEX #AD65D8 Amethyst

📋 copy color: '#AD65D8'

red 173 ◦ green 101 ◦ blue 216

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

Shades of Amethyst #AD65D8

Tints of Amethyst #AD65D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 35.31%
G = 20.61%
B = 44.08%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD65D8 (or 0xAD65D8) is known color: Amethyst. HEX triplet: AD, 65 and D8. RGB value is (173,101,216). Sum of RGB (Red+Green+Blue) = 173+101+216=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD65D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65D8 is #529A27. Grayscale: #878787. Windows color (decimal): -5413416 or 14181805. OLE color: 14181805.

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

Color convert

RGB 173 101 216 -
CMYK 0.20 0.53 0 0.15
HSL 277.57º 0.6% 0.62% -
HSV(B) 277.57º 0.53% 0.85% -
XYZ 34.28 23.15 67.63 -
YUV 135.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 173 101 216 0.20 0.53 0 0.15 277.57 0.6 0.62
Hex AD 65 D8 14 35 0 F 116 3C 3E
Octal 255 145 330 24 65 0 17 426 74 76
Binary 10101101 1100101 11011000 10100 110101 0 1111 100010110 111100 111110

Color Harmonies of #AD65D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD65D8

Black with #AD65D8

Text Example


Text Example

White with #AD65D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD65D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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