Html Css Color HEX #AD74CC Amethyst

📋 copy color: '#AD74CC'

red 173 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #AD74CC

Tints of Amethyst #AD74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

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

R = 35.09%
G = 23.53%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD74CC (or 0xAD74CC) is known color: Amethyst. HEX triplet: AD, 74 and CC. RGB value is (173,116,204). Sum of RGB (Red+Green+Blue) = 173+116+204=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CC is #528B33. Grayscale: #8E8E8E. Windows color (decimal): -5409588 or 13399213. OLE color: 13399213.

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

Color convert

RGB 173 116 204 -
CMYK 0.15 0.43 0 0.2
HSL 278.86º 0.46% 0.63% -
HSV(B) 278.86º 0.43% 0.8% -
XYZ 34.38 25.73 60.28 -
YUV 143.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 173 116 204 0.15 0.43 0 0.2 278.86 0.46 0.63
Hex AD 74 CC F 2B 0 14 117 2E 3F
Octal 255 164 314 17 53 0 24 427 56 77
Binary 10101101 1110100 11001100 1111 101011 0 10100 100010111 101110 111111

Color Harmonies of #AD74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74CC

Black with #AD74CC

Text Example


Text Example

White with #AD74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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