Html Css Color HEX #A977CE Amethyst

📋 copy color: '#A977CE'

red 169 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A977CE

Tints of Amethyst #A977CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 34.21%
G = 24.09%
B = 41.7%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A977CE (or 0xA977CE) is known color: Amethyst. HEX triplet: A9, 77 and CE. RGB value is (169,119,206). Sum of RGB (Red+Green+Blue) = 169+119+206=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A977CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977CE is #568831. Grayscale: #8F8F8F. Windows color (decimal): -5670962 or 13531049. OLE color: 13531049.

HSL color Cylindrical-coordinate representation of color #A977CE: hue angle of 274.48º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A977CE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 119 206 -
CMYK 0.18 0.42 0 0.19
HSL 274.48º 0.47% 0.64% -
HSV(B) 274.48º 0.42% 0.81% -
XYZ 34.1 26.08 61.63 -
YUV 143.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 169 119 206 0.18 0.42 0 0.19 274.48 0.47 0.64
Hex A9 77 CE 12 2A 0 13 112 2F 40
Octal 251 167 316 22 52 0 23 422 57 100
Binary 10101001 1110111 11001110 10010 101010 0 10011 100010010 101111 1000000

Color Harmonies of #A977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977CE

Black with #A977CE

Text Example


Text Example

White with #A977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977CE; }

 p { color: rgb(169,119,206); }

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

background-color css

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

 a { background-color: rgb(169,119,206); }

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

border-color css

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

 span { border-color: rgb(169,119,206); }

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