Html Css Color HEX #AD72CB Amethyst

📋 copy color: '#AD72CB'

red 173 ◦ green 114 ◦ blue 203

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

Shades of Amethyst #AD72CB

Tints of Amethyst #AD72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.27%

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

R = 35.31%
G = 23.27%
B = 41.43%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD72CB (or 0xAD72CB) is known color: Amethyst. HEX triplet: AD, 72 and CB. RGB value is (173,114,203). Sum of RGB (Red+Green+Blue) = 173+114+203=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD72CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72CB is #528D34. Grayscale: #8D8D8D. Windows color (decimal): -5410101 or 13333165. OLE color: 13333165.

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

Color convert

RGB 173 114 203 -
CMYK 0.15 0.44 0 0.20
HSL 279.78º 0.46% 0.62% -
HSV(B) 279.78º 0.44% 0.8% -
XYZ 34.03 25.23 59.58 -
YUV 141.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 173 114 203 0.15 0.44 0 0.20 279.78 0.46 0.62
Hex AD 72 CB F 2C 0 14 118 2E 3E
Octal 255 162 313 17 54 0 24 430 56 76
Binary 10101101 1110010 11001011 1111 101100 0 10100 100011000 101110 111110

Color Harmonies of #AD72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72CB

Black with #AD72CB

Text Example


Text Example

White with #AD72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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