Html Css Color HEX #AD73E0 Amethyst

📋 copy color: '#AD73E0'

red 173 ◦ green 115 ◦ blue 224

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

Shades of Amethyst #AD73E0

Tints of Amethyst #AD73E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 33.79%
G = 22.46%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD73E0 (or 0xAD73E0) is known color: Amethyst. HEX triplet: AD, 73 and E0. RGB value is (173,115,224). Sum of RGB (Red+Green+Blue) = 173+115+224=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD73E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73E0 is #528C1F. Grayscale: #909090. Windows color (decimal): -5409824 or 14709677. OLE color: 14709677.

HSL color Cylindrical-coordinate representation of color #AD73E0: hue angle of 271.93º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD73E0 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 115 224 -
CMYK 0.23 0.49 0 0.12
HSL 271.93º 0.64% 0.66% -
HSV(B) 271.93º 0.49% 0.88% -
XYZ 36.82 26.53 73.7 -
YUV 144.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 173 115 224 0.23 0.49 0 0.12 271.93 0.64 0.66
Hex AD 73 E0 17 31 0 C 110 40 42
Octal 255 163 340 27 61 0 14 420 100 102
Binary 10101101 1110011 11100000 10111 110001 0 1100 100010000 1000000 1000010

Color Harmonies of #AD73E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73E0

Black with #AD73E0

Text Example


Text Example

White with #AD73E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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