Html Css Color HEX #A977D3 Amethyst

📋 copy color: '#A977D3'

red 169 ◦ green 119 ◦ blue 211

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

Shades of Amethyst #A977D3

Tints of Amethyst #A977D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.28%

R = 33.87%
G = 23.85%
B = 42.28%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A977D3 (or 0xA977D3) is known color: Amethyst. HEX triplet: A9, 77 and D3. RGB value is (169,119,211). Sum of RGB (Red+Green+Blue) = 169+119+211=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #A977D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977D3 is #56882C. Grayscale: #909090. Windows color (decimal): -5670957 or 13858729. OLE color: 13858729.

HSL color Cylindrical-coordinate representation of color #A977D3: hue angle of 272.61º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A977D3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 119 211 -
CMYK 0.20 0.44 0 0.17
HSL 272.61º 0.51% 0.65% -
HSV(B) 272.61º 0.44% 0.83% -
XYZ 34.72 26.33 64.88 -
YUV 144.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 169 119 211 0.20 0.44 0 0.17 272.61 0.51 0.65
Hex A9 77 D3 14 2C 0 11 111 33 41
Octal 251 167 323 24 54 0 21 421 63 101
Binary 10101001 1110111 11010011 10100 101100 0 10001 100010001 110011 1000001

Color Harmonies of #A977D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977D3

Black with #A977D3

Text Example


Text Example

White with #A977D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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