Html Css Color HEX #A977CD Amethyst

📋 copy color: '#A977CD'

red 169 ◦ green 119 ◦ blue 205

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

Shades of Amethyst #A977CD

Tints of Amethyst #A977CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 34.28%
G = 24.14%
B = 41.58%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A977CD (or 0xA977CD) is known color: Amethyst. HEX triplet: A9, 77 and CD. RGB value is (169,119,205). Sum of RGB (Red+Green+Blue) = 169+119+205=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A977CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977CD is #568832. Grayscale: #8F8F8F. Windows color (decimal): -5670963 or 13465513. OLE color: 13465513.

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

Color convert

RGB 169 119 205 -
CMYK 0.18 0.42 0 0.20
HSL 274.88º 0.46% 0.64% -
HSV(B) 274.88º 0.42% 0.8% -
XYZ 33.98 26.04 60.99 -
YUV 143.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 169 119 205 0.18 0.42 0 0.20 274.88 0.46 0.64
Hex A9 77 CD 12 2A 0 14 113 2E 40
Octal 251 167 315 22 52 0 24 423 56 100
Binary 10101001 1110111 11001101 10010 101010 0 10100 100010011 101110 1000000

Color Harmonies of #A977CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977CD

Black with #A977CD

Text Example


Text Example

White with #A977CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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