Html Css Color HEX #AD73CB Amethyst

📋 copy color: '#AD73CB'

red 173 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #AD73CB

Tints of Amethyst #AD73CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 35.23%
G = 23.42%
B = 41.34%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD73CB (or 0xAD73CB) is known color: Amethyst. HEX triplet: AD, 73 and CB. RGB value is (173,115,203). Sum of RGB (Red+Green+Blue) = 173+115+203=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73CB is #528C34. Grayscale: #8E8E8E. Windows color (decimal): -5409845 or 13333421. OLE color: 13333421.

HSL color Cylindrical-coordinate representation of color #AD73CB: hue angle of 279.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD73CB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 115 203 -
CMYK 0.15 0.43 0 0.20
HSL 279.55º 0.46% 0.62% -
HSV(B) 279.55º 0.43% 0.8% -
XYZ 34.14 25.46 59.61 -
YUV 142.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 173 115 203 0.15 0.43 0 0.20 279.55 0.46 0.62
Hex AD 73 CB F 2B 0 14 118 2E 3E
Octal 255 163 313 17 53 0 24 430 56 76
Binary 10101101 1110011 11001011 1111 101011 0 10100 100011000 101110 111110

Color Harmonies of #AD73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD73CB

Black with #AD73CB

Text Example


Text Example

White with #AD73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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