Html Css Color HEX #AD7AD8 Amethyst

📋 copy color: '#AD7AD8'

red 173 ◦ green 122 ◦ blue 216

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

Shades of Amethyst #AD7AD8

Tints of Amethyst #AD7AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.87%

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

R = 33.86%
G = 23.87%
B = 42.27%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD7AD8 (or 0xAD7AD8) is known color: Amethyst. HEX triplet: AD, 7A and D8. RGB value is (173,122,216). Sum of RGB (Red+Green+Blue) = 173+122+216=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD8 is #528527. Grayscale: #939393. Windows color (decimal): -5408040 or 14187181. OLE color: 14187181.

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

Color convert

RGB 173 122 216 -
CMYK 0.20 0.44 0 0.15
HSL 272.55º 0.55% 0.66% -
HSV(B) 272.55º 0.44% 0.85% -
XYZ 36.59 27.76 68.4 -
YUV 147.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 173 122 216 0.20 0.44 0 0.15 272.55 0.55 0.66
Hex AD 7A D8 14 2C 0 F 111 37 42
Octal 255 172 330 24 54 0 17 421 67 102
Binary 10101101 1111010 11011000 10100 101100 0 1111 100010001 110111 1000010

Color Harmonies of #AD7AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AD8

Black with #AD7AD8

Text Example


Text Example

White with #AD7AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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