Html Css Color HEX #A97AD1 Amethyst

📋 copy color: '#A97AD1'

red 169 ◦ green 122 ◦ blue 209

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

Shades of Amethyst #A97AD1

Tints of Amethyst #A97AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.4%

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 33.8%
G = 24.4%
B = 41.8%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A97AD1 (or 0xA97AD1) is known color: Amethyst. HEX triplet: A9, 7A and D1. RGB value is (169,122,209). Sum of RGB (Red+Green+Blue) = 169+122+209=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #A97AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD1 is #56852E. Grayscale: #919191. Windows color (decimal): -5670191 or 13728425. OLE color: 13728425.

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

Color convert

RGB 169 122 209 -
CMYK 0.19 0.42 0 0.18
HSL 272.41º 0.49% 0.65% -
HSV(B) 272.41º 0.42% 0.82% -
XYZ 34.83 26.96 63.69 -
YUV 145.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 169 122 209 0.19 0.42 0 0.18 272.41 0.49 0.65
Hex A9 7A D1 13 2A 0 12 110 31 41
Octal 251 172 321 23 52 0 22 420 61 101
Binary 10101001 1111010 11010001 10011 101010 0 10010 100010000 110001 1000001

Color Harmonies of #A97AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97AD1

Black with #A97AD1

Text Example


Text Example

White with #A97AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97AD1; }

 p { color: rgb(169,122,209); }

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

background-color css

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

 a { background-color: rgb(169,122,209); }

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

border-color css

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

 span { border-color: rgb(169,122,209); }

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