Html Css Color HEX #AD73CC Amethyst

📋 copy color: '#AD73CC'

red 173 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #AD73CC

Tints of Amethyst #AD73CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.37%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 35.16%
G = 23.37%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD73CC (or 0xAD73CC) is known color: Amethyst. HEX triplet: AD, 73 and CC. RGB value is (173,115,204). Sum of RGB (Red+Green+Blue) = 173+115+204=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73CC is #528C33. Grayscale: #8E8E8E. Windows color (decimal): -5409844 or 13398957. OLE color: 13398957.

HSL color Cylindrical-coordinate representation of color #AD73CC: hue angle of 279.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD73CC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 115 204 -
CMYK 0.15 0.44 0 0.2
HSL 279.1º 0.47% 0.63% -
HSV(B) 279.1º 0.44% 0.8% -
XYZ 34.26 25.51 60.24 -
YUV 142.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 173 115 204 0.15 0.44 0 0.2 279.1 0.47 0.63
Hex AD 73 CC F 2C 0 14 117 2F 3F
Octal 255 163 314 17 54 0 24 427 57 77
Binary 10101101 1110011 11001100 1111 101100 0 10100 100010111 101111 111111

Color Harmonies of #AD73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73CC

Black with #AD73CC

Text Example


Text Example

White with #AD73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73CC; }

 p { color: rgb(173,115,204); }

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

background-color css

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

 a { background-color: rgb(173,115,204); }

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

border-color css

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

 span { border-color: rgb(173,115,204); }

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