Html Css Color HEX #AD7AD6 Amethyst

📋 copy color: '#AD7AD6'

red 173 ◦ green 122 ◦ blue 214

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

Shades of Amethyst #AD7AD6

Tints of Amethyst #AD7AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 33.99%
G = 23.97%
B = 42.04%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD7AD6 (or 0xAD7AD6) is known color: Amethyst. HEX triplet: AD, 7A and D6. RGB value is (173,122,214). Sum of RGB (Red+Green+Blue) = 173+122+214=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD6 is #528529. Grayscale: #939393. Windows color (decimal): -5408042 or 14056109. OLE color: 14056109.

HSL color Cylindrical-coordinate representation of color #AD7AD6: hue angle of 273.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7AD6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 122 214 -
CMYK 0.19 0.43 0 0.16
HSL 273.26º 0.53% 0.66% -
HSV(B) 273.26º 0.43% 0.84% -
XYZ 36.33 27.66 67.04 -
YUV 147.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 173 122 214 0.19 0.43 0 0.16 273.26 0.53 0.66
Hex AD 7A D6 13 2B 0 10 111 35 42
Octal 255 172 326 23 53 0 20 421 65 102
Binary 10101101 1111010 11010110 10011 101011 0 10000 100010001 110101 1000010

Color Harmonies of #AD7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AD6

Black with #AD7AD6

Text Example


Text Example

White with #AD7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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