Html Css Color HEX #A974D8 Amethyst

📋 copy color: '#A974D8'

red 169 ◦ green 116 ◦ blue 216

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

Shades of Amethyst #A974D8

Tints of Amethyst #A974D8

RGB

 RED value IS 169 (66.41% from 255) = 33.73%

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

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 33.73%
G = 23.15%
B = 43.11%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A974D8 (or 0xA974D8) is known color: Amethyst. HEX triplet: A9, 74 and D8. RGB value is (169,116,216). Sum of RGB (Red+Green+Blue) = 169+116+216=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #A974D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974D8 is #568B27. Grayscale: #8E8E8E. Windows color (decimal): -5671720 or 14185641. OLE color: 14185641.

HSL color Cylindrical-coordinate representation of color #A974D8: hue angle of 271.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A974D8 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 116 216 -
CMYK 0.22 0.46 0 0.15
HSL 271.8º 0.56% 0.65% -
HSV(B) 271.8º 0.46% 0.85% -
XYZ 35 25.88 68.12 -
YUV 143.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 169 116 216 0.22 0.46 0 0.15 271.8 0.56 0.65
Hex A9 74 D8 16 2E 0 F 110 38 41
Octal 251 164 330 26 56 0 17 420 70 101
Binary 10101001 1110100 11011000 10110 101110 0 1111 100010000 111000 1000001

Color Harmonies of #A974D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A974D8

Black with #A974D8

Text Example


Text Example

White with #A974D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A974D8; }

 p { color: rgb(169,116,216); }

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

background-color css

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

 a { background-color: rgb(169,116,216); }

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

border-color css

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

 span { border-color: rgb(169,116,216); }

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