Html Css Color HEX #AD6FDA Amethyst

📋 copy color: '#AD6FDA'

red 173 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #AD6FDA

Tints of Amethyst #AD6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 34.46%
G = 22.11%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6FDA (or 0xAD6FDA) is known color: Amethyst. HEX triplet: AD, 6F and DA. RGB value is (173,111,218). Sum of RGB (Red+Green+Blue) = 173+111+218=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FDA is #529025. Grayscale: #8D8D8D. Windows color (decimal): -5410854 or 14315437. OLE color: 14315437.

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

Color convert

RGB 173 111 218 -
CMYK 0.21 0.49 0 0.15
HSL 274.77º 0.59% 0.65% -
HSV(B) 274.77º 0.49% 0.85% -
XYZ 35.57 25.32 69.34 -
YUV 141.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 173 111 218 0.21 0.49 0 0.15 274.77 0.59 0.65
Hex AD 6F DA 15 31 0 F 113 3B 41
Octal 255 157 332 25 61 0 17 423 73 101
Binary 10101101 1101111 11011010 10101 110001 0 1111 100010011 111011 1000001

Color Harmonies of #AD6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FDA

Black with #AD6FDA

Text Example


Text Example

White with #AD6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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