Html Css Color HEX #A97AD2 Amethyst

📋 copy color: '#A97AD2'

red 169 ◦ green 122 ◦ blue 210

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

Shades of Amethyst #A97AD2

Tints of Amethyst #A97AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 33.73%
G = 24.35%
B = 41.92%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A97AD2 (or 0xA97AD2) is known color: Amethyst. HEX triplet: A9, 7A and D2. RGB value is (169,122,210). Sum of RGB (Red+Green+Blue) = 169+122+210=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #A97AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD2 is #56852D. Grayscale: #919191. Windows color (decimal): -5670190 or 13793961. OLE color: 13793961.

HSL color Cylindrical-coordinate representation of color #A97AD2: hue angle of 272.05º 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 #A97AD2 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 122 210 -
CMYK 0.20 0.42 0 0.18
HSL 272.05º 0.49% 0.65% -
HSV(B) 272.05º 0.42% 0.82% -
XYZ 34.95 27.01 64.34 -
YUV 146.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 169 122 210 0.20 0.42 0 0.18 272.05 0.49 0.65
Hex A9 7A D2 14 2A 0 12 110 31 41
Octal 251 172 322 24 52 0 22 420 61 101
Binary 10101001 1111010 11010010 10100 101010 0 10010 100010000 110001 1000001

Color Harmonies of #A97AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97AD2

Black with #A97AD2

Text Example


Text Example

White with #A97AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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