Html Css Color HEX #AD7ADA Amethyst

📋 copy color: '#AD7ADA'

red 173 ◦ green 122 ◦ blue 218

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

Shades of Amethyst #AD7ADA

Tints of Amethyst #AD7ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 33.72%
G = 23.78%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD7ADA (or 0xAD7ADA) is known color: Amethyst. HEX triplet: AD, 7A and DA. RGB value is (173,122,218). Sum of RGB (Red+Green+Blue) = 173+122+218=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ADA is #528525. Grayscale: #939393. Windows color (decimal): -5408038 or 14318253. OLE color: 14318253.

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

Color convert

RGB 173 122 218 -
CMYK 0.21 0.44 0 0.15
HSL 271.88º 0.56% 0.67% -
HSV(B) 271.88º 0.44% 0.85% -
XYZ 36.85 27.87 69.77 -
YUV 148.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 173 122 218 0.21 0.44 0 0.15 271.88 0.56 0.67
Hex AD 7A DA 15 2C 0 F 110 38 43
Octal 255 172 332 25 54 0 17 420 70 103
Binary 10101101 1111010 11011010 10101 101100 0 1111 100010000 111000 1000011

Color Harmonies of #AD7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7ADA

Black with #AD7ADA

Text Example


Text Example

White with #AD7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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