Html Css Color HEX #AD74CA Amethyst

📋 copy color: '#AD74CA'

red 173 ◦ green 116 ◦ blue 202

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

Shades of Amethyst #AD74CA

Tints of Amethyst #AD74CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 35.23%
G = 23.63%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD74CA (or 0xAD74CA) is known color: Amethyst. HEX triplet: AD, 74 and CA. RGB value is (173,116,202). Sum of RGB (Red+Green+Blue) = 173+116+202=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD74CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CA is #528B35. Grayscale: #8E8E8E. Windows color (decimal): -5409590 or 13268141. OLE color: 13268141.

HSL color Cylindrical-coordinate representation of color #AD74CA: hue angle of 279.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD74CA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 116 202 -
CMYK 0.14 0.43 0 0.21
HSL 279.77º 0.45% 0.62% -
HSV(B) 279.77º 0.43% 0.79% -
XYZ 34.14 25.64 59.03 -
YUV 142.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 173 116 202 0.14 0.43 0 0.21 279.77 0.45 0.62
Hex AD 74 CA E 2B 0 15 118 2D 3E
Octal 255 164 312 16 53 0 25 430 55 76
Binary 10101101 1110100 11001010 1110 101011 0 10101 100011000 101101 111110

Color Harmonies of #AD74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD74CA

Black with #AD74CA

Text Example


Text Example

White with #AD74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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