Html Css Color HEX #AD6AD8 Amethyst

📋 copy color: '#AD6AD8'

red 173 ◦ green 106 ◦ blue 216

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

Shades of Amethyst #AD6AD8

Tints of Amethyst #AD6AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

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

R = 34.95%
G = 21.41%
B = 43.64%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD6AD8 (or 0xAD6AD8) is known color: Amethyst. HEX triplet: AD, 6A and D8. RGB value is (173,106,216). Sum of RGB (Red+Green+Blue) = 173+106+216=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD6AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AD8 is #529527. Grayscale: #8A8A8A. Windows color (decimal): -5412136 or 14183085. OLE color: 14183085.

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

Color convert

RGB 173 106 216 -
CMYK 0.20 0.51 0 0.15
HSL 276.55º 0.59% 0.63% -
HSV(B) 276.55º 0.51% 0.85% -
XYZ 34.78 24.15 67.79 -
YUV 138.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 173 106 216 0.20 0.51 0 0.15 276.55 0.59 0.63
Hex AD 6A D8 14 33 0 F 115 3B 3F
Octal 255 152 330 24 63 0 17 425 73 77
Binary 10101101 1101010 11011000 10100 110011 0 1111 100010101 111011 111111

Color Harmonies of #AD6AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AD8

Black with #AD6AD8

Text Example


Text Example

White with #AD6AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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