Html Css Color HEX #AD74CE Amethyst

📋 copy color: '#AD74CE'

red 173 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #AD74CE

Tints of Amethyst #AD74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 34.95%
G = 23.43%
B = 41.62%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD74CE (or 0xAD74CE) is known color: Amethyst. HEX triplet: AD, 74 and CE. RGB value is (173,116,206). Sum of RGB (Red+Green+Blue) = 173+116+206=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CE is #528B31. Grayscale: #8F8F8F. Windows color (decimal): -5409586 or 13530285. OLE color: 13530285.

HSL color Cylindrical-coordinate representation of color #AD74CE: hue angle of 278º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD74CE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 116 206 -
CMYK 0.16 0.44 0 0.19
HSL 278º 0.48% 0.63% -
HSV(B) 278º 0.44% 0.81% -
XYZ 34.62 25.83 61.55 -
YUV 143.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 173 116 206 0.16 0.44 0 0.19 278 0.48 0.63
Hex AD 74 CE 10 2C 0 13 116 30 3F
Octal 255 164 316 20 54 0 23 426 60 77
Binary 10101101 1110100 11001110 10000 101100 0 10011 100010110 110000 111111

Color Harmonies of #AD74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74CE

Black with #AD74CE

Text Example


Text Example

White with #AD74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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