Html Css Color HEX #AD72CC Amethyst

📋 copy color: '#AD72CC'

red 173 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #AD72CC

Tints of Amethyst #AD72CC

RGB

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

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

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

R = 35.23%
G = 23.22%
B = 41.55%

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

#AD72CC (or 0xAD72CC) is known color: Amethyst. HEX triplet: AD, 72 and CC. RGB value is (173,114,204). Sum of RGB (Red+Green+Blue) = 173+114+204=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72CC is #528D33. Grayscale: #8D8D8D. Windows color (decimal): -5410100 or 13398701. OLE color: 13398701.

HSL color Cylindrical-coordinate representation of color #AD72CC: hue angle of 279.33º degrees, saturation: 0.47, 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 #AD72CC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 114 204 -
CMYK 0.15 0.44 0 0.2
HSL 279.33º 0.47% 0.62% -
HSV(B) 279.33º 0.44% 0.8% -
XYZ 34.15 25.28 60.21 -
YUV 141.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 173 114 204 0.15 0.44 0 0.2 279.33 0.47 0.62
Hex AD 72 CC F 2C 0 14 117 2F 3E
Octal 255 162 314 17 54 0 24 427 57 76
Binary 10101101 1110010 11001100 1111 101100 0 10100 100010111 101111 111110

Color Harmonies of #AD72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72CC

Black with #AD72CC

Text Example


Text Example

White with #AD72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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